Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > 237bd523add29873b56584f2601015d7 > scriptlet

myspell-af_ZA-1.0.2-0.20040727.6.noarch.rpm

PREUN

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

POSTIN

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