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