Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > ed1636424f9b78189619347dba554a26 > scriptlet

myspell-thes-bg_BG-1.0.3-0.20100617.3.noarch.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
	/bin/sed -i -e '/^THES.*bg.*BG.*th_bg_BG$/d' /usr/share/myspell/dictionary.lst
fi

POSTIN

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