updated on Fri Jan 20 20:16:25 UTC 2012
[aur-mirror.git] / udev-acl / ignore-remove.sh
blobcca5912356256aeaef0c91e976a2cc593c58d484
1 #!/bin/sh
3 if [ -z "$1" ]; then
4 exit 1
5 fi
7 for f in ${DEVNAME} ${DEVLINKS}; do
8 if [ -e "/lib/udev/devices/${f#$1}" ]; then
9 exit 0
11 done
13 exit 1