Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 5af951b7572dd0e1b6bf349f1e5b5bc3 > scriptlet

myspell-zu_ZA-1.0.2-0.20040604.6.noarch.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
	perl -ni -e "/^DICT\s*zu\s*ZA\s*zu_ZA$/ or print" /usr/share/myspell/dictionary.lst
fi

##
## Scripts for hyphenation
##

POSTIN

/bin/sh
umask 002
if [ ! -f "/usr/share/myspell/dictionary.lst" ] || ! grep -q "^DICT[ \t]*zu[ \t]*ZA[ \t]*zu_ZA" /usr/share/myspell/dictionary.lst; then
	echo "DICT zu ZA zu_ZA" >> /usr/share/myspell/dictionary.lst
fi