#!/bin/sh -e # # prerm maintainer script for the Debian tex-common package. # remove dirs in /usr/local if empty case $1 in remove) rmdir /usr/local/share/texmf 2>/dev/null || true ;; esac # Automatically added by dh_installdeb dpkg-maintscript-helper rm_conffile /etc/texmf/hyphen.d/00tex.cnf 6.00~ -- "$@" # End automatically added section # Automatically added by dh_installdeb dpkg-maintscript-helper rm_conffile /etc/texmf/fmt.d/00tex.cnf 6.00~ -- "$@" # End automatically added section # Automatically added by dh_installdeb dpkg-maintscript-helper rm_conffile /etc/texmf/language.d/00tex.cnf 2.11 -- "$@" # End automatically added section