3
# This is the postrm script for the Debian GNU/Linux dc package
5
# Written by John G. Hasler
6
# Previous versions written by Dirk Eddelbuettel, Bill Mitchell,
7
# Austin Donnelly and James Troup
14
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
15
if [ -x /usr/bin/update-menus ]
21
echo "postrm called with unknown argument \`$1'" >&2
1
# Automatically added by dh_installmenu
2
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
3
# End automatically added section