[arch-general] change in hooks recently?
Javier Vasquez
j.e.vasquez.v at gmail.com
Fri Dec 30 21:14:56 UTC 2016
Hi,
I have this pacman hook:
++++
% cat /etc/pacman.d/hooks/systemd_mkinitcpio_regenerate.hook
[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = systemd
[Action]
When = PostTransaction
Exec = /usr/bin/mkinitcpio -p linux
++++
It used to trigger only when upgrading the "systemd" package, for a
post transaction. However now it's triggering on every system
upgrade, which is not what I was expecting...
Thanks,
--
Javier
More information about the arch-general
mailing list