summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexamples/hooks/qemu-launcher.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/hooks/qemu-launcher.sh b/examples/hooks/qemu-launcher.sh
deleted file mode 100755
index 230c2b5..0000000
--- a/examples/hooks/qemu-launcher.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-# This is a hook for live-helper(7) to install autorun4linuxCD.
-# autorun4linuxCD was written by Franklin Piat <fpiat@bigfoot.com>.
-#
-# To enable it, copy this hook into your config/binary_local-hooks directory.
-
-cd binary
-
-wget http://www.klabs.be/~fpiat/projects/autorun4linuxCD/autorun4linuxCD.tar.gz
-tar xfz autorun4linuxCD.tar.gz
-rm -f autorun4linuxCD.tar.gz
-
-cd "${OLDPWD}"