PKGBUILDs/community/ghc/ghc-unregister.hook
2016-06-11 14:12:05 +00:00

13 lines
271 B
Plaintext

[Trigger]
Type = File
Operation = Upgrade
Operation = Remove
Target = usr/share/haskell/unregister/*.sh
[Action]
Description = Unregistering Haskell modules...
When = PreTransaction
Exec = /bin/sh -c 'while read -r f; do /bin/sh "/$f" ; done'
Depends = ghc
NeedsTargets