blob: 400b650c7fa069f5caccb8dff67064b23b7b30c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Trigger]
Type = File
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
|