diff options
author | Holger Paradies <retabell@gmx.de> | 2014-03-09 07:34:05 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-03-11 18:32:09 +0100 |
commit | dd295ced69a454be98912da8a4d5a64bb4e2acfa (patch) | |
tree | f96d9741305a989f0f62855a086af1c29169140d /config | |
parent | 36c20bfdd800591af4cef0baa15c4f86a55b95a2 (diff) | |
download | kanotix-dd295ced69a454be98912da8a4d5a64bb4e2acfa.zip kanotix-dd295ced69a454be98912da8a4d5a64bb4e2acfa.tar.gz |
Revert "udev hack"
This reverts commit aa386197ee5cba87fc5e7c549560083fc816dc94.
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/xx-02-udev-hack | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/chroot_local-hooks/xx-02-udev-hack b/config/chroot_local-hooks/xx-02-udev-hack deleted file mode 100755 index 21711ae..0000000 --- a/config/chroot_local-hooks/xx-02-udev-hack +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -for x in i386-linux-gnu x86_64-linux-gnu; do - test -L /lib/$x/libudev.so.0 -a -L /lib/$x/libudev.so.1 && ln -sfv libudev.so.1 /lib/$x/libudev.so.0 || : -done |