summaryrefslogtreecommitdiff
path: root/community-testing/haskell-gtk/gtk2hs-gtk.install
blob: 7ed674b7872f26f4a36b86765335ce5ec2d91c20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
HS_DIR=usr/share/haskell/gtk2hs-gtk
post_install() {
  ${HS_DIR}/register.sh
  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
}
pre_upgrade() {
  ${HS_DIR}/unregister.sh
}
post_upgrade() {
  ${HS_DIR}/register.sh
  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
}
pre_remove() {
  ${HS_DIR}/unregister.sh
}
post_remove() {
  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
}