PKGBUILDs/community/ghc/ghc-register.hook

13 lines
269 B
Plaintext
Raw Normal View History

2016-06-11 14:12:05 +00:00
[Trigger]
Type = File
Operation = Install
Operation = Upgrade
Target = usr/share/haskell/register/*.sh
[Action]
Description = Registering Haskell modules...
When = PostTransaction
Exec = /bin/sh -c 'while read -r f; do /bin/sh "/$f" ; done'
Depends = ghc
NeedsTargets