From 7ee28b9785f2ec6d8a36b17da60e2f1766f69708 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Mon, 7 Jul 2008 13:51:02 +0200 Subject: udevhelper: drop ide.agent. no longer exists and only needed for kernel older then Etch. --- hooks/udevhelper | 1 - 1 file changed, 1 deletion(-) diff --git a/hooks/udevhelper b/hooks/udevhelper index 44e1d5d..f86e4af 100755 --- a/hooks/udevhelper +++ b/hooks/udevhelper @@ -30,7 +30,6 @@ if [ -e $DESTDIR/lib/udev/ ] && [ -e $DESTDIR/lib/udev/hotplug.functions ]; then fi cp /lib/udev/hotplug.functions $DESTDIR/lib/udev/ -copy_exec /lib/udev/ide.agent /lib/udev/ for program in /lib/udev/*_id; do copy_exec $program /lib/udev/ done -- cgit v1.2.3