#! /bin/sh # prerm script for ttf-root-installer # # see: dh_installdeb(1) set -e . /usr/share/debconf/confmodule archive=ttf_fonts.tar.gz if test -f /var/cache/ttf-root-installer ; then (cd @prefix@/share/root/fonts && rm -f `cat /var/cache/ttf-root-installer`) rm -f @prefix@/share/doc/ttf-root-installer/LICENSE.fonts rm -f /var/cache/ttf-root-installer fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0