mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
370 B
Text
14 lines
370 B
Text
[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
|