Add option for checking if hook is enabled in config file
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
# Note that empty options are left without quotes
|
||||
[pug2]
|
||||
# Activate pug script upon running pug ALPM hook
|
||||
GIST_PUG_ENABLE = no
|
||||
RUN_ON_PACMAN_HOOK = no
|
||||
|
||||
# Name for gist
|
||||
# Default: pacman-packages.txt
|
||||
|
@ -9,4 +9,4 @@ Target = *
|
||||
Depends = coreutils
|
||||
Depends = packaging-scripts
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/pug2
|
||||
Exec = /usr/bin/pug2 --check-if-enabled
|
||||
|
Reference in New Issue
Block a user