PKGBUILDs/community/ghc/ghc-register.hook

13 lines
290 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
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'
2017-09-16 18:18:41 +00:00
Depends = ghc-libs
2016-06-11 14:12:05 +00:00
NeedsTargets