Remove postinst and postrm scripts

This commit is contained in:
Paul Chote
2011-04-17 11:34:18 +12:00
parent 952cd47e7a
commit 561eda4ba9
2 changed files with 0 additions and 12 deletions

View File

@@ -1,7 +0,0 @@
#!/bin/sh
set -e
# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
update-menus
fi
# End automatically added section

View File

@@ -1,5 +0,0 @@
#!/bin/sh
set -e
# Automatically added by dh_installmenu
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
# End automatically added section