summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2008-07-07 13:51:02 +0200
committermaximilian attems <maks@debian.org>2008-07-07 13:51:02 +0200
commit7ee28b9785f2ec6d8a36b17da60e2f1766f69708 (patch)
tree1504747eef50a70e328dba239c757b9520f6ed12 /hooks
parent6244406a9cd195d2867c72662ce632c2a2d2f653 (diff)
downloadinitramfs-tools-7ee28b9785f2ec6d8a36b17da60e2f1766f69708.tar.gz
initramfs-tools-7ee28b9785f2ec6d8a36b17da60e2f1766f69708.zip
udevhelper: drop ide.agent.
no longer exists and only needed for kernel older then Etch.
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/udevhelper1
1 files changed, 0 insertions, 1 deletions
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