summaryrefslogtreecommitdiff
path: root/examples/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hooks')
-rwxr-xr-xexamples/hooks/win32-loader.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/hooks/win32-loader.sh b/examples/hooks/win32-loader.sh
new file mode 100755
index 0000000..ee328c5
--- /dev/null
+++ b/examples/hooks/win32-loader.sh
@@ -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@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}"