blob: 12833dfbf42cde21ff6ed86c4a142a14ce82e2e9 [file] [log] [blame]
[Trigger]
Type = File
Operation = Install
Operation = Upgrade
Operation = Remove
Target = MINGW_PREFIX/share/doc/ghc/html/libraries/*
Target = !MINGW_PREFIX/share/doc/ghc/html/libraries/index.html
[Action]
Description = Rebuilding Haskell doc index...
When = PostTransaction
Exec = /bin/bash -c "cd /MINGW_PREFIX/share/doc/ghc/html/libraries && ./gen_contents_index"
Depends = ghc
Depends = bash