From f44ecaa4f27e7538ddcad66d40e543bffa2d2d86 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 4 Jun 2017 16:57:49 +0200 Subject: sync with upstream --- project/cmake/cpack/deb/postinst | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 project/cmake/cpack/deb/postinst (limited to 'project/cmake/cpack/deb/postinst') 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 @@ -#!/bin/sh -set -e -if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then - update-menus -fi -- cgit v1.2.3