[freenet-cvs] r18729 - trunk/apps/new_installer/res/unix/bin
nextgens at freenetproject.org
nextgens at freenetproject.org
Sun Mar 23 14:23:16 UTC 2008
Author: nextgens
Date: 2008-03-23 14:23:15 +0000 (Sun, 23 Mar 2008)
New Revision: 18729
Modified:
trunk/apps/new_installer/res/unix/bin/cleanup.sh
Log:
new_installer: update the cleanup script
Modified: trunk/apps/new_installer/res/unix/bin/cleanup.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/cleanup.sh 2008-03-23 13:21:32 UTC (rev 18728)
+++ trunk/apps/new_installer/res/unix/bin/cleanup.sh 2008-03-23 14:23:15 UTC (rev 18729)
@@ -2,10 +2,9 @@
. "$HOME/_install_toSource.sh"
rm -f "$HOME/_install_toSource.sh"
-cd "$INSTALL_PATH"
+cd "$INSTALL_PATH/bin"
# We keep application installers in case users want to perform updates
-rm -f 1run.sh cleanup.sh detect_port_availability.sh install_freenet-ext.sh install_freenet-stable-latest.sh install_librarian.sh install_mdns.sh install_plugins.sh install_stun.sh install_updater.sh install_frost.sh setup.sh install_startup_hook-mac.sh offline opennet.install
+rm -f 1run.sh cleanup.sh detect_port_availability.sh setup.sh offline install_*.sh
-
echo "All done, please click Next"
More information about the cvs
mailing list