Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 6fc63141867553728e6e35b7b1b99c83 > scriptlet

myspell-fr_BE-1.0.2-0.20030619.6.noarch.rpm

PREUN

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

POSTIN

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