summaryrefslogtreecommitdiff
path: root/packages/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'packages/debian/postinst')
-rw-r--r--packages/debian/postinst5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/debian/postinst b/packages/debian/postinst
new file mode 100644
index 00000000..6c138e60
--- /dev/null
+++ b/packages/debian/postinst
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+if [ -x /usr/bin/update-menus ]; then
+ update-menus
+fi