Adds pacman hook to remove the grc default aliases file
This commit is contained in:
parent
b00d95d514
commit
9fbdb83d70
1 changed files with 11 additions and 0 deletions
11
pacman/ROOT/etc/pacman.d/hooks/rm-grc-defaults.hook
Normal file
11
pacman/ROOT/etc/pacman.d/hooks/rm-grc-defaults.hook
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[Trigger]
|
||||||
|
Operation = Upgrade
|
||||||
|
Operation = Install
|
||||||
|
Type = Package
|
||||||
|
Target = grc
|
||||||
|
|
||||||
|
[Action]
|
||||||
|
Description = Delete grc defaults
|
||||||
|
Depends = grc
|
||||||
|
When = PostTransaction
|
||||||
|
Exec = /usr/bin/rm /etc/profile.d/grc.sh
|
Loading…
Add table
Add a link
Reference in a new issue