Adds pacman hook to remove the grc default aliases file

Jonathan Hodgson 2 years ago
parent c144f1fde5
commit 97adb85009
  1. 11
      pacman/ROOT/etc/pacman.d/hooks/rm-grc-defaults.hook

@ -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…
Cancel
Save