Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 980630ce5ba288afb56a5050d69e9c51 > scriptlet

tex-musixtex-0.114-8.fc13.noarch.rpm

POSTIN

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

POSTUN

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