mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 06:18:59 +00:00
Delete unnecessary pacman hooks
This commit is contained in:
parent
74e0a0b11e
commit
a1f8d1db43
@ -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
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user