git » ghc-bin.git » main » tree

[main] / ghc-unregister.hook

[Trigger]
Type = Path
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" >>/var/log/haskell-register.log 2>&1 ; done'
Depends = ghc-libs
NeedsTargets