From f44ecaa4f27e7538ddcad66d40e543bffa2d2d86 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 4 Jun 2017 16:57:49 +0200 Subject: sync with upstream --- cmake/cpack/deb/postinst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 cmake/cpack/deb/postinst (limited to 'cmake/cpack/deb/postinst') diff --git a/cmake/cpack/deb/postinst b/cmake/cpack/deb/postinst new file mode 100755 index 0000000..318d280 --- /dev/null +++ b/cmake/cpack/deb/postinst @@ -0,0 +1,5 @@ +#!/bin/sh +set -e +if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then + update-menus +fi -- cgit v1.2.3