Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 1cecff80941f923c61b65df1b9bcefa5 > scriptlet

myspell-id_ID-1.0.2-0.20040810.6.noarch.rpm

PREUN

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

POSTIN

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