Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37374732
en ru br
Репозитории ALT
S:20110207-alt1
5.1: 20080904-alt1
4.1: 20080904-alt0.M41.1
www.altlinux.org/Changes

Группа :: Система/Настройка/Прочее
Пакет: tts-base

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

tts-base/0000755000076400007640000000000011057666445011006 5ustar  mspmsptts-base/tts-unregister0000755000076400007640000000116411057666445013735 0ustar  mspmsp#!/bin/sh
#
# The script to remove all references to the TTS engine being removing from the system
# from different configuration files and settings.
#
# This script must be called from RPM spec file in %preun section
# with the single command line argument -- name of a TTS.
# Example: /usr/sbin/tts-unregister espeak
#
# Michael Pozhidaev <msp@altlinux.org>

if [ "$1" == '' ]; then
echo "$0:TTS name is not specified (must be a first command line argument)"
exit 1
fi

VOICEMAN_FILE="/etc/voiceman.d/$1.voiceman"

if [ -e "$VOICEMAN_FILE" ]; then
echo "Removing $VOICEMAN_FILE..."
rm -f "$VOICEMAN_FILE"
fi
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin