upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / ghc / trunk / ghc-register.hook
blobd075b605c02fe5ee2328b9b9e93cc648a81938ed
1 [Trigger]
2 Type = Path
3 Operation = Install
4 Operation = Upgrade
5 Target = usr/share/haskell/register/*.sh
7 [Action]
8 Description = Registering Haskell modules...
9 When = PostTransaction
10 Exec = /bin/sh -c 'while read -r f; do /bin/sh "/$f" >>/var/log/haskell-register.log 2>&1 ; done'
11 Depends = ghc-libs
12 NeedsTargets