blob: 296ab08e18fb69cf6efb2485dc736bc448ddb48f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Operation = Remove
Target = etc/dbus-1/system.d/*.conf
Target = usr/share/dbus-1/system.d/*.conf
Target = usr/share/dbus-1/system-services/*.service
[Action]
Description = Reloading system bus configuration...
When = PostTransaction
Exec = /usr/share/libalpm/scripts/openrc-hook reload dbus
|