diff options
author | maximilian attems <maks@debian.org> | 2008-07-07 13:51:02 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2008-07-07 13:51:02 +0200 |
commit | 7ee28b9785f2ec6d8a36b17da60e2f1766f69708 (patch) | |
tree | 1504747eef50a70e328dba239c757b9520f6ed12 /hooks | |
parent | 6244406a9cd195d2867c72662ce632c2a2d2f653 (diff) | |
download | initramfs-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-x | hooks/udevhelper | 1 |
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 |