PKGBUILDs/community/ghc/ghc-unregister.hook

13 lines
287 B
Plaintext
Raw Normal View History

2016-06-11 14:12:05 +00:00
[Trigger]
Type = File
Operation = Upgrade
Operation = Remove
Target = usr/share/haskell/unregister/*.sh
[Action]
Description = Unregistering Haskell modules...
When = PreTransaction
2017-06-23 12:53:25 +00:00
Exec = /bin/sh -c 'while read -r f; do /bin/sh "/$f" 2>&1 >/dev/null ; done'
2016-06-11 14:12:05 +00:00
Depends = ghc
NeedsTargets