diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-04-09 18:20:07 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-04-09 18:20:07 -0400 |
| commit | 895ff4a35389dab887d6d7a99040168660243f75 (patch) | |
| tree | 4d3afe0d1cab734c95649aac50585e587fba5d6f /.root/etc/pacman.d/hooks | |
| parent | a (diff) | |
| download | dotfiles-arch-895ff4a35389dab887d6d7a99040168660243f75.tar.gz dotfiles-arch-895ff4a35389dab887d6d7a99040168660243f75.tar.bz2 dotfiles-arch-895ff4a35389dab887d6d7a99040168660243f75.zip | |
undo a
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' - |