Codebase list texlive-bin / debian/2015.20150524.37493-7 debian / texlive-binaries.preinst
debian/2015.20150524.37493-7

Tree @debian/2015.20150524.37493-7 (Download .tar.gz)

texlive-binaries.preinst @debian/2015.20150524.37493-7raw · history · blame

#!/bin/sh -e
# texlive-binaries preinst, created 2008 by the Debian TeX Task Force
# probably not copyrightable as it looks now, but anyway the code maybe 
# freely copied, distributed and/or modified

# remove any format or log files in /var/lib/texmf/web2c, they must be
# in $engine subdirs now.  tetex does not properly remove them, and
# they cause strange failures with context.
for ext in fmt mem log base; do
  rm -f /var/lib/texmf/web2c/*.$ext
done

#DEBHELPER#

# texlive-binaries.preinst end
# Local Variables:
# mode: shell-script
# End: