summarylogtreecommitdiffstats
path: root/qemu.install
diff options
context:
space:
mode:
Diffstat (limited to 'qemu.install')
-rw-r--r--qemu.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu.install b/qemu.install
index 9fe850d4ed7e..d90269ecfecd 100644
--- a/qemu.install
+++ b/qemu.install
@@ -1,7 +1,7 @@
# Arg 1: the new package version
post_install() {
# trigger events on modules files when already loaded
- for _f in /sys/devices/virtual/misc/{kvm,vhost-net}; do
+ for _f in /sys/devices/virtual/misc/vhost-net; do
[[ -e "$_f" ]] && udevadm trigger "$_f"
done
: