diff options
author | Freya Murphy <freya@freyacat.org> | 2024-05-15 09:40:27 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-05-15 09:52:29 -0400 |
commit | bc8a465da9dbba30f0c0abe2cc90def3315aebc0 (patch) | |
tree | 7007978d6caeb1aafec1a4cd63e6546b7900ae9a /.root/etc/pacman.d/hooks | |
parent | a again (diff) | |
download | dotfiles-arch-bc8a465da9dbba30f0c0abe2cc90def3315aebc0.tar.gz dotfiles-arch-bc8a465da9dbba30f0c0abe2cc90def3315aebc0.tar.bz2 dotfiles-arch-bc8a465da9dbba30f0c0abe2cc90def3315aebc0.zip |
i forgor to commit stuff
Diffstat (limited to '.root/etc/pacman.d/hooks')
-rw-r--r-- | .root/etc/pacman.d/hooks/uki.hook | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.root/etc/pacman.d/hooks/uki.hook b/.root/etc/pacman.d/hooks/uki.hook deleted file mode 100644 index 3ca2bf8..0000000 --- a/.root/etc/pacman.d/hooks/uki.hook +++ /dev/null @@ -1,16 +0,0 @@ -[Trigger] -Operation=Install -Operation=Upgrade -Operation=Remove -Type=Package -Target=amd-ucode -Target=linux -Target=linux-lts - -[Action] -Description=Update Kernel and Microcode in initramfs -Depends=mkinitcpio -When=PostTransaction -NeedsTargets -Exec=/bin/sh -c 'while read -r trg; do case $trg in linux) exit 0; esac; done; /usr/bin/mkinitcpio -P' - |