remove bogus maintainer scripts
authorReinhard Tartler <siretart@tauware.de>
Thu, 31 Jan 2019 01:51:55 +0000 (20:51 -0500)
committerReinhard Tartler <siretart@tauware.de>
Thu, 31 Jan 2019 01:52:36 +0000 (20:52 -0500)
they were committed accidentally

debian/postinst [deleted file]
debian/postrm [deleted file]

diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644 (file)
index d0d5f4d..0000000
+++ /dev/null
@@ -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
diff --git a/debian/postrm b/debian/postrm
deleted file mode 100644 (file)
index a30dbac..0000000
+++ /dev/null
@@ -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