[Debian-live-changes] r2529 - in dists/trunk/live-helper: docs examples/hooks

daniel at alioth.debian.org daniel at alioth.debian.org
Thu Jul 19 18:42:57 UTC 2007


Author: daniel
Date: 2007-07-19 18:42:56 +0000 (Thu, 19 Jul 2007)
New Revision: 2529

Added:
   dists/trunk/live-helper/examples/hooks/win32-loader.sh
Modified:
   dists/trunk/live-helper/docs/ChangeLog
Log:


Modified: dists/trunk/live-helper/docs/ChangeLog
===================================================================
--- dists/trunk/live-helper/docs/ChangeLog	2007-07-19 18:34:53 UTC (rev 2528)
+++ dists/trunk/live-helper/docs/ChangeLog	2007-07-19 18:42:56 UTC (rev 2529)
@@ -1,6 +1,6 @@
 2007-07-15  Daniel Baumann  <daniel at debian.org>
 
-	* examples/cron/manpages.sh:
+	* examples/cron/manpages.sh, examples/hooks/win32-loader.sh:
 	  - Added.
 
 2007-07-15  Otavio Salvador  <otavio at debian.org>

Added: dists/trunk/live-helper/examples/hooks/win32-loader.sh
===================================================================
--- dists/trunk/live-helper/examples/hooks/win32-loader.sh	                        (rev 0)
+++ dists/trunk/live-helper/examples/hooks/win32-loader.sh	2007-07-19 18:42:56 UTC (rev 2529)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# This is a hook for live-helper(7) to install win32-loader.
+# win32-loader was written by Robert Milan <rmh at aybabtu.com>.
+#
+# To enable it, copy this hook into your config/binary_local-hooks directory.
+
+cd binary
+
+wget http://goodbye-microsoft.com/pub/debian.exe
+
+cd "${OLDPWD}"


Property changes on: dists/trunk/live-helper/examples/hooks/win32-loader.sh
___________________________________________________________________
Name: svn:executable
   + *




More information about the Debian-live-changes mailing list