forked from I2P_Developers/i2p.i2p
Add example apparmor profile (ticket #1092)
This commit is contained in:
@@ -129,6 +129,7 @@
|
||||
and the izpack docs for some guidance.
|
||||
-->
|
||||
<parsable targetfile="$INSTALL_PATH/wrapper.config" type="plain" />
|
||||
<parsable targetfile="$INSTALL_PATH/scripts/home.i2p.i2prouter" type="plain"> <os family="unix" /> </parsable>
|
||||
<parsable targetfile="$INSTALL_PATH/i2prouter" type="shell"> <os family="unix" /> </parsable>
|
||||
<parsable targetfile="$INSTALL_PATH/eepget" type="shell"> <os family="unix" /> </parsable>
|
||||
<parsable targetfile="$INSTALL_PATH/eepget.bat" type="shell" os="windows" />
|
||||
|
@@ -111,10 +111,11 @@ if [ ! `echo $HOST_OS |grep osx` ]; then
|
||||
rm -f *i2p_service_osx.command
|
||||
rm -f net.i2p.router.plist.template
|
||||
#rm -f I2P\ Router\ Console.webloc
|
||||
else
|
||||
# The example apparmor profile is useless on OSX
|
||||
rm -f ./scripts/home.i2p.i2prouter
|
||||
fi
|
||||
|
||||
# no, let's not start the router from the install script any more
|
||||
# ./i2prouter start
|
||||
rm -f ./osid
|
||||
rm -f ./postinstall.sh
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user