eterm/debian/postrm

8 lines
117 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2000-03-07 09:16:03 -08:00
if [ "$1" = remove ]; then
if test -x /usr/bin/update-menus; then update-menus; fi
fi
2000-03-07 09:16:03 -08:00
#DEBHELPER#