2004-08-25 11:20:56 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
|
|
|
|
|
|
|
|
<processing>
|
|
|
|
<job name="Launching I2P...">
|
|
|
|
<os family="windows" />
|
|
|
|
<executefile name="$INSTALL_PATH/postinstall.bat" />
|
|
|
|
</job>
|
|
|
|
<job name="Launching I2P...">
|
|
|
|
<os family="unix" />
|
2004-08-26 19:08:25 +00:00
|
|
|
<executefile name="/bin/sh">
|
|
|
|
<arg>$INSTALL_PATH/postinstall.sh</arg><arg>$INSTALL_PATH</arg>
|
2004-08-26 17:22:37 +00:00
|
|
|
</executefile>
|
2004-08-25 11:20:56 +00:00
|
|
|
</job>
|
|
|
|
</processing>
|