postinstall: delete both OSX scripts if we're not on OSX

This commit is contained in:
kytv
2013-01-01 18:26:08 +00:00
parent ab0b4936ec
commit ab2c5ef9bb

View File

@ -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