[freenet-cvs] r19647 - trunk/apps/new_installer

toad at freenetproject.org toad at freenetproject.org
Thu May 1 14:47:54 UTC 2008


Author: toad
Date: 2008-05-01 14:47:54 +0000 (Thu, 01 May 2008)
New Revision: 19647

Modified:
   trunk/apps/new_installer/install.xml
Log:
remove_cronjob.sh was called from the wrong stage

Modified: trunk/apps/new_installer/install.xml
===================================================================
--- trunk/apps/new_installer/install.xml	2008-05-01 14:37:21 UTC (rev 19646)
+++ trunk/apps/new_installer/install.xml	2008-05-01 14:47:54 UTC (rev 19647)
@@ -219,7 +219,6 @@
 		<pack name="AutoUpdater" id="autoupdater" required="no">
 			<description>Allow the node to auto-update over freenet securely. It's advised that you enable it to keep your node up-to-date.</description>
 			<singlefile src="res/license/LICENSE.Freenet" target="$INSTALL_PATH/update"/>
-			<executable targetfile="$INSTALL_PATH/bin/remove_cronjob.sh" keep="true" stage="uninstall"/>
 		</pack>
 
 		<pack name="OpenNet" id="opennet" required="no">
@@ -230,6 +229,7 @@
 		<pack name="AutoStart" id="autostart" required="no" os="unix">
 			<description>Start the node automatically on startup. Strongly recommended.</description>
 			<singlefile src="res/license/LICENSE.Freenet" target="$INSTALL_PATH/autostart.install"/>
+			<executable targetfile="$INSTALL_PATH/bin/remove_cronjob.sh" keep="true" stage="uninstall"/>
 		</pack>
 
 		<pack name="UPnP" id="upnp" required="no">




More information about the cvs mailing list