summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Abraham <aabraham@iaik.tugraz.at>2018-03-21 13:05:32 +0100
committerAndreas Abraham <aabraham@iaik.tugraz.at>2018-03-21 13:05:32 +0100
commit5db1e8aaa45eaa93b2cfa65474d1f55a8a1e6adb (patch)
tree6aa52ac878205756f5676bba1a02420fcc9412ee
parent9d7fc4054d67b041d54f8e4da139ba55baffc845 (diff)
downloadpdf-over-5db1e8aaa45eaa93b2cfa65474d1f55a8a1e6adb.tar.gz
pdf-over-5db1e8aaa45eaa93b2cfa65474d1f55a8a1e6adb.tar.bz2
pdf-over-5db1e8aaa45eaa93b2cfa65474d1f55a8a1e6adb.zip
new post install scripts added
-rw-r--r--pdf-over-gui/src/main/resources/scripts/postInstall_linux.sh2
-rw-r--r--pdf-over-gui/src/main/resources/scripts/postInstall_win.bat1
2 files changed, 3 insertions, 0 deletions
diff --git a/pdf-over-gui/src/main/resources/scripts/postInstall_linux.sh b/pdf-over-gui/src/main/resources/scripts/postInstall_linux.sh
new file mode 100644
index 00000000..0e6cd902
--- /dev/null
+++ b/pdf-over-gui/src/main/resources/scripts/postInstall_linux.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec java -jar postInstall.jar
diff --git a/pdf-over-gui/src/main/resources/scripts/postInstall_win.bat b/pdf-over-gui/src/main/resources/scripts/postInstall_win.bat
new file mode 100644
index 00000000..44e64c3a
--- /dev/null
+++ b/pdf-over-gui/src/main/resources/scripts/postInstall_win.bat
@@ -0,0 +1 @@
+start /b javaw -jar postInstall.jar