blob: 013b50a1037500f2dfbc3b6d375c701e3776ec92 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = acpi_call
[Action]
Description = Rebuilding initramfs after acpi_call update...
When = PostTransaction
Exec = /bin/sh -c 'mkinitcpio -P'
|