PKGBUILDs/community/ghc/ghc-rebuild-doc-index.hook
2016-06-11 14:12:05 +00:00

15 lines
370 B
Plaintext

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