Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 07ed6f9dd4021e59acd3a4e28f5ed76c > scriptlet

myspell-uk_UA-1.0.2-0.20031016.6.noarch.rpm

PREUN

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

POSTIN

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