forked from I2P_Developers/i2p.i2p
postinstall: delete both OSX scripts if we're not on OSX
This commit is contained in:
@ -121,8 +121,7 @@ rm -rf ./utility.jar
|
|||||||
|
|
||||||
if [ ! `echo $HOST_OS |grep osx` ]; then
|
if [ ! `echo $HOST_OS |grep osx` ]; then
|
||||||
rm -rf ./Start\ I2P\ Router.app
|
rm -rf ./Start\ I2P\ Router.app
|
||||||
rm -f install_i2p_service_osx.command
|
rm -f *i2p_service_osx.command
|
||||||
rm -f install_i2p_service_osx.command
|
|
||||||
rm -f net.i2p.router.plist.template
|
rm -f net.i2p.router.plist.template
|
||||||
#rm -f I2P\ Router\ Console.webloc
|
#rm -f I2P\ Router\ Console.webloc
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user