summaryrefslogtreecommitdiffstats
path: root/cmake/cpack/deb/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/cpack/deb/postrm')
-rwxr-xr-xcmake/cpack/deb/postrm3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/cpack/deb/postrm b/cmake/cpack/deb/postrm
new file mode 100755
index 0000000..adc11fd
--- /dev/null
+++ b/cmake/cpack/deb/postrm
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi