blob: 7bc055b4e7770ed5cb988a3a118848420054ae50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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
|