3
# This is the postinst 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
15
if [ -x "`which update-menus 2>/dev/null`" ]; then
19
abort-remove|abort-deconfigure|abort-upgrade)
24
echo "postinst called with unknown argument \`$1'" >&2
1
# Automatically added by dh_installmenu
2
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
5
# End automatically added section