Delete unnecessary pacman hooks

This commit is contained in:
foo-dogsquared 2019-12-23 11:45:59 +08:00
parent 74e0a0b11e
commit a1f8d1db43
2 changed files with 0 additions and 25 deletions

View File

@ -1,13 +0,0 @@
[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Package
Target = *
[Action]
Depends = pacman
Description = Do a system sync first before doing any operations
When = PreTransaction
Exec = /usr/bin/pacman -Syu

View File

@ -1,12 +0,0 @@
[Trigger]
Operation = Install
Operation = Remove
Type = Package
Target = *
[Action]
Depends = pacman
Description = Update package list at $HOME/dotfiles/pkglist
When = PostTransaction
Exec = /bin/sh /usr/local/bin/create-pacman-pkglist.sh