postrm is in fonts-urw-base35 20170801-2.
This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | #!/bin/sh
set -e
# Commented lines prepare the transition from gsfonts + gsfonts-x11
#if [ "$1" = "purge" ] || [ "$1" = "remove" ]
#then
# if [ -x /usr/sbin/update-gsfontmap ]
# then
# update-gsfontmap
# fi
#fi
# Automatically added by dh_installdeb/10.10.5ubuntu1
dpkg-maintscript-helper rm_conffile /etc/fonts/conf.d/31-fonts-urw-base35.conf 20170801-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/fonts/conf.d/30-urw-bookman.conf 20170801-2\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/fonts/conf.d/30-urw-c059.conf 20170801-2\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/fonts/conf.d/30-urw-d050000l.conf 20170801-2\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/fonts/conf.d/30-urw-fallback.conf 20170801-2\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/fonts/conf.d/30-urw-gothic.conf 20170801-2\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/fonts/conf.d/30-urw-nimbus-mono-ps.conf 20170801-2\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/fonts/conf.d/30-urw-nimbus-roman.conf 20170801-2\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/fonts/conf.d/30-urw-nimbus-sans-narrow.conf 20170801-2\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/fonts/conf.d/30-urw-nimbus-sans.conf 20170801-2\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/fonts/conf.d/30-urw-p052.conf 20170801-2\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/fonts/conf.d/30-urw-standard-symbols-ps.conf 20170801-2\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/fonts/conf.d/30-urw-z003.conf 20170801-2\~ -- "$@"
# End automatically added section
exit 0
|