I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit ab2c5ef9 authored by kytv's avatar kytv
Browse files

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

parent ab0b4936
No related branches found
No related tags found
No related merge requests found
......@@ -121,8 +121,7 @@ rm -rf ./utility.jar
if [ ! `echo $HOST_OS |grep osx` ]; then
rm -rf ./Start\ I2P\ Router.app
rm -f install_i2p_service_osx.command
rm -f install_i2p_service_osx.command
rm -f *i2p_service_osx.command
rm -f net.i2p.router.plist.template
#rm -f I2P\ Router\ Console.webloc
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment