Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 37672e5bbd310dd28bf8435538d513c3 > scriptlet

texlive-texmf-fonts-2007-36.fc14.noarch.rpm

POSTIN

/bin/sh
# done in fonts because fonts package owns texhash
#  this is really only needed for build system
if [ ! -x /usr/bin/texhash ]; then
  cat /usr/share/texmf/default.ls-R > /usr/share/texmf/ls-R
  cat /var/lib/texmf/default.ls-R  > /var/lib/texmf/ls-R
else
  [ -x /usr/bin/texconfig-sys ] && /usr/bin/texconfig-sys rehash 2> /dev/null
fi
if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
  [ -x /sbin/restorecon ] && /sbin/restorecon -R /var/lib/texmf/
fi
:

POSTUN

/bin/sh
[ -x /usr/bin/texconfig-sys ] && /usr/bin/texconfig-sys rehash 2> /dev/null
if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
  [ -x /sbin/restorecon ] && /sbin/restorecon -R /var/lib/texmf/
fi
: