From ab2c5ef9bb6e496e316d35e5e413ceefc07c70d4 Mon Sep 17 00:00:00 2001 From: kytv <kytv@mail.i2p> Date: Tue, 1 Jan 2013 18:26:08 +0000 Subject: [PATCH] postinstall: delete both OSX scripts if we're not on OSX --- installer/resources/postinstall.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installer/resources/postinstall.sh b/installer/resources/postinstall.sh index fdfa2f1642..a411b8e9ce 100644 --- a/installer/resources/postinstall.sh +++ b/installer/resources/postinstall.sh @@ -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 -- GitLab