summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-08-14 21:33:56 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:39 +0100
commit3e3bb4260766082847fb162baf1a99aa4fbf7c49 (patch)
tree3ca00b38e66da4a2bd0bf83a1503e89a41ca47b6 /examples
parentfe8484f3cd11620e793dba71425abcb3cde9757e (diff)
downloadlive-build-3e3bb4260766082847fb162baf1a99aa4fbf7c49.zip
live-build-3e3bb4260766082847fb162baf1a99aa4fbf7c49.tar.gz
Moving win32-loader inclusion support from external hook into main program (Closes: #476546).
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/hooks/win32-loader.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/hooks/win32-loader.sh b/examples/hooks/win32-loader.sh
deleted file mode 100755
index ee328c5..0000000
--- a/examples/hooks/win32-loader.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# This is a hook for live-helper(7) to install win32-loader.
-# win32-loader was written by Robert Milan <rmh@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}"