Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 3aafaa1cc23bcf3f9abaf6160d13557b > scriptlet

myspell-thes-bg_BG-1.0.2-0.20040402.6.noarch.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
	perl -ni -e "/^THES\s*bg\s*BG\s*th_bg_BG$/ or print" /usr/share/myspell/dictionary.lst
fi

POSTIN

/bin/sh
umask 002
if [ ! -f "/usr/share/myspell/dictionary.lst" ] || ! grep -q "^THES[ \t]*bg[ \t]*BG[ \t]*th_bg_BG" /usr/share/myspell/dictionary.lst; then
	echo "THES bg BG th_bg_BG" >> /usr/share/myspell/dictionary.lst
fi