Removing example hook for qemu-launcher, this is now in the archive as autorun4linuxcd package.

This commit is contained in:
Daniel Baumann 2008-09-11 12:25:20 +02:00
parent 30b0d0a5f3
commit e22c2da3ca
1 changed files with 0 additions and 14 deletions

View File

@ -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}"