upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / ghc / trunk / ghc-unregister.hook
blobc9a76546f3c3b47f3bb65ff569d3967fc349511d
1 [Trigger]
2 Type = Path
3 Operation = Upgrade
4 Operation = Remove
5 Target = usr/share/haskell/unregister/*.sh
7 [Action]
8 Description = Unregistering Haskell modules...
9 When = PreTransaction
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