summaryrefslogtreecommitdiff
path: root/tools/packages/deb_postrm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/packages/deb_postrm')
-rwxr-xr-xtools/packages/deb_postrm5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/packages/deb_postrm b/tools/packages/deb_postrm
new file mode 100755
index 00000000..a30dbac6
--- /dev/null
+++ b/tools/packages/deb_postrm
@@ -0,0 +1,5 @@
+#!/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