50-udev-default.rules: don't run anything but REMOVE_CMD on remove

we don't want to run usb_id and input_id on ACTION=="remove"
This commit is contained in:
Harald Hoyer 2015-03-27 15:42:04 +01:00
parent cb80d06c74
commit a06c8219a3
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# run a command on remove events
ACTION=="remove", ENV{REMOVE_CMD}!="", RUN+="$env{REMOVE_CMD}"
ACTION=="remove", GOTO="default_end"
SUBSYSTEM=="virtio-ports", KERNEL=="vport*", ATTR{name}=="?*", SYMLINK+="virtio-ports/$attr{name}"