summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/menus/menus-script-check-ok/build-spec/debian/postrm
diff options
context:
space:
mode:
Diffstat (limited to 't/recipes/checks/menus/menus-script-check-ok/build-spec/debian/postrm')
-rw-r--r--t/recipes/checks/menus/menus-script-check-ok/build-spec/debian/postrm7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/recipes/checks/menus/menus-script-check-ok/build-spec/debian/postrm b/t/recipes/checks/menus/menus-script-check-ok/build-spec/debian/postrm
new file mode 100644
index 0000000..c2274f3
--- /dev/null
+++ b/t/recipes/checks/menus/menus-script-check-ok/build-spec/debian/postrm
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+if type update-menus >/dev/null 2>&1 ; then
+ update-menus
+fi
+
+#DEBHELPER#