local scripts are now made executable by postinstall.sh

This commit is contained in:
hypercubus
2004-08-26 17:22:37 +00:00
committed by zzz
parent 53213bb553
commit b31378ad1a
3 changed files with 12 additions and 2 deletions

View File

@@ -7,6 +7,8 @@
</job>
<job name="Launching I2P...">
<os family="unix" />
<executefile name="$INSTALL_PATH/postinstall" />
<executefile name="$INSTALL_PATH/sh">
<arg>postinstall.sh</arg>
</executefile>
</job>
</processing>