PKGBUILDs/community/ghc/ghc-unregister.hook
2017-12-02 03:04:39 +00:00

13 lines
309 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" >>/tmp/haskell-register.log 2>&1 ; done'
Depends = ghc-libs
NeedsTargets