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