desktop/haskell-extensible-exceptions/haskell-extensible-exceptions.install

19 lines
432 B
Plaintext
Raw Normal View History

2012-11-04 21:29:22 +08:00
HS_DIR=usr/share/haskell/haskell-extensible-exceptions
post_install() {
${HS_DIR}/register.sh
2012-06-17 10:36:48 +08:00
(cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
}
pre_upgrade() {
${HS_DIR}/unregister.sh
}
post_upgrade() {
${HS_DIR}/register.sh
2012-06-17 10:36:48 +08:00
(cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
}
pre_remove() {
${HS_DIR}/unregister.sh
}
post_remove() {
2012-06-17 10:36:48 +08:00
(cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
}