postrm is in fontforge-common 20120731.b-5.
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 | #!/bin/sh
set -e
# Automatically added by dh_icons
if which update-icon-caches >/dev/null 2>&1 ; then
update-icon-caches /usr/share/icons/16x16 /usr/share/icons/24x24 /usr/share/icons/scalable /usr/share/icons/48x48 /usr/share/icons/src /usr/share/icons/22x22 /usr/share/icons/32x32
fi
# End automatically added section
|