Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 916a54f5d80fa3af679fa2d1240e47e0 > scriptlet

myspell-cy_GB-1.0.2-0.20040425.6.noarch.rpm

PREUN

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

POSTIN

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