Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > os > by-pkgid > 1672c1f5ed5a5fbe41a1cbbdb93758b7 > scriptlet

tex-cm-lgc-0.5-17.fc12.noarch.rpm

POSTIN

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

POSTUN

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