Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 8c456cca73a27b8aab010385c4b24bed > scriptlet

xpdf-latin2-1.0-6.noarch.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
	umask 022
	grep -v 'Latin2\.unicodeMap' /etc/xpdfrc > /etc/xpdfrc.new
	mv -f /etc/xpdfrc.new /etc/xpdfrc
fi

POSTIN

/bin/sh
umask 022
if [ ! -f /etc/xpdfrc ]; then
	echo 'unicodeMap	Latin2	/usr/share/xpdf/Latin2.unicodeMap' >> /etc/xpdfrc
else
 if ! grep -q 'Latin2\.unicodeMap' /etc/xpdfrc; then
	echo 'unicodeMap	Latin2	/usr/share/xpdf/Latin2.unicodeMap' >> /etc/xpdfrc
 fi
fi