SpectreOS/configs/pacman-hooks/plymouth.hook
2022-10-04 19:01:31 +02:00

14 lines
392 B
Text
Executable file

[Trigger]
Operation=Install
Operation=Upgrade
Operation=Remove
Type=Package
Target=plymouth
# Change the linux part above and in the Exec line if a different kernel is used
[Action]
Description=Update Plymouth hook script
Depends=mkinitcpio
When=PostTransaction
NeedsTargets
Exec=/bin/sh -c 'cp /opt/deadc0de-os-code/hooks-disabled/plymouth /usr/lib/initcpio/hooks/; /usr/bin/mkinitcpio -P'