forked from I2P_Developers/i2p.i2p

* Bugfix: Installer launches postinstall.bat on WinNT/2K properly. * Temporarily removed install_i2p_service_unix and uninstall_i2p_service_unix from distribution packages. * postinstall.bat/postinstall.sh cleans installation directory of all files not applicable to the host OS.
16 lines
504 B
XML
16 lines
504 B
XML
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
|
|
|
|
<processing>
|
|
<job name="Launching I2P...">
|
|
<os family="windows" />
|
|
<executefile name="cmd.exe">
|
|
<arg>/c</arg><arg>"$INSTALL_PATH\postinstall.bat"</arg>
|
|
</executefile>
|
|
</job>
|
|
<job name="Launching I2P...">
|
|
<os family="unix" />
|
|
<executefile name="/bin/sh">
|
|
<arg>$INSTALL_PATH/postinstall.sh</arg><arg>$INSTALL_PATH</arg>
|
|
</executefile>
|
|
</job>
|
|
</processing> |