Remove postinst and postrm scripts
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user