Viewing File: /var/lib/dpkg/info/tex-common.prerm

#!/bin/sh
# 
# prerm maintainer script for the Debian tex-common package.

# remove dirs in /usr/local if empty

set -e

case $1 in
  remove)
    rmdir /usr/local/share/texmf 2>/dev/null || true
    ;;
esac

# Automatically added by dh_installdeb/13.3.3
dpkg-maintscript-helper rm_conffile /etc/texmf/language.d/00tex.cnf 2.11 -- "$@"
dpkg-maintscript-helper rm_conffile /etc/texmf/fmt.d/00tex.cnf 6.00\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/texmf/hyphen.d/00tex.cnf 6.00\~ -- "$@"
# End automatically added section



Back to Directory File Manager