diff options
| author | Yurii Kolesnykov <yurikoles@gmail.com> | 2016-06-05 04:43:29 +0300 |
|---|---|---|
| committer | Yurii Kolesnykov <yurikoles@gmail.com> | 2016-06-05 04:43:29 +0300 |
| commit | 10731305c90a9aa274e6bc66757e12892af951f9 (patch) | |
| tree | a27b5cde71bc6076d00f1f6c10fda9c7eb1d0fbd /udev-hwdb.hook | |
| parent | 76c488a3dd21b10d12072f5d23f700b9a4dc2a9b (diff) | |
| download | systemd-git-10731305c90a9aa274e6bc66757e12892af951f9.tar.gz systemd-git-10731305c90a9aa274e6bc66757e12892af951f9.tar.bz2 | |
upgrade to new upstream version
Diffstat (limited to 'udev-hwdb.hook')
| -rw-r--r-- | udev-hwdb.hook | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/udev-hwdb.hook b/udev-hwdb.hook new file mode 100644 index 0000000..7bc055b --- /dev/null +++ b/udev-hwdb.hook @@ -0,0 +1,11 @@ +[Trigger] +Type = File +Operation = Install +Operation = Upgrade +Operation = Remove +Target = usr/lib/udev/hwdb.d/* + +[Action] +Description = Updating udev Hardware Database... +When = PostTransaction +Exec = /usr/bin/udevadm hwdb --update |
