From e22c2da3caf4e8b8b015fcabe15ce62d6993284e Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Thu, 11 Sep 2008 12:25:20 +0200
Subject: Removing example hook for qemu-launcher, this is now in the archive
 as autorun4linuxcd package.

---
 examples/hooks/qemu-launcher.sh | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100755 examples/hooks/qemu-launcher.sh

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}"
-- 
cgit v1.0