summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/postflight.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'Source/QtDialog/postflight.sh.in')
-rwxr-xr-xSource/QtDialog/postflight.sh.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/QtDialog/postflight.sh.in b/Source/QtDialog/postflight.sh.in
new file mode 100755
index 0000000..88dd066
--- /dev/null
+++ b/Source/QtDialog/postflight.sh.in
@@ -0,0 +1,4 @@
+#!/bin/bash
+echo "$2/@CMAKE_INSTALL_SUBDIR@/cmake-gui.app/Contents/MacOS/cmake-gui" >>/tmp/mylog
+"$2/@CMAKE_INSTALL_SUBDIR@/cmake-gui.app/Contents/MacOS/cmake-gui" --mac-install
+exit 0