Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 9cf22b0c4987ff5e2c69a6cf56188bee > scriptlet

tex-fonts-hebrew-0.1-14.fc12.noarch.rpm

POSTIN

/bin/sh
/usr/bin/texhash
conffile="$(/usr/bin/texconfig-sys conf | /bin/grep updmap.cfg)"
if [ "$1" = "1" ]; then
  /usr/bin/updmap-sys --quiet --nohash --cnffile ${conffile} --enable Map=culmus.map
fi

POSTUN

/bin/sh
conffile="$(/usr/bin/texconfig-sys conf | /bin/grep updmap.cfg)"
if [ "$1" = "0" ]; then
  /usr/bin/updmap-sys --quiet --nohash --cnffile ${conffile} --disable culmus.map
fi
/usr/bin/texhash