Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 57c66d01d0bdc8b44dff316a13d54376 > scriptlet

myspell-hyph-sl-1.0.2-0.20021003.6.noarch.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
	perl -ni -e "/^HYPH\s*sl\s*SI\s*hyph_sl$/ or print" /usr/share/myspell/dictionary.lst
fi

POSTIN

/bin/sh
umask 002
if [ ! -f "/usr/share/myspell/dictionary.lst" ] || ! grep -q "^HYPH[ \t]*sl[ \t]*SI[ \t]*hyph_sl" /usr/share/myspell/dictionary.lst; then
	echo "HYPH sl SI hyph_sl" >> /usr/share/myspell/dictionary.lst
fi