summaryrefslogtreecommitdiff
path: root/.root/etc/pacman.d
diff options
context:
space:
mode:
Diffstat (limited to '.root/etc/pacman.d')
-rw-r--r--.root/etc/pacman.d/hooks/uki.hook16
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'
-