Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 3258c29362270c3e44c2648d75b620c6 > scriptlet

tex-kerkis-2.0-23.fc13.noarch.rpm

POSTIN

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

POSTUN

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