From 14b46fb49966c5beb34127a600e7be2a04d0821b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 Jun 2012 00:01:37 +0000 Subject: Tue Jun 12 00:01:37 UTC 2012 --- community-staging/haskell-syb/haskell-syb.install | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 community-staging/haskell-syb/haskell-syb.install (limited to 'community-staging/haskell-syb/haskell-syb.install') diff --git a/community-staging/haskell-syb/haskell-syb.install b/community-staging/haskell-syb/haskell-syb.install new file mode 100644 index 000000000..080055165 --- /dev/null +++ b/community-staging/haskell-syb/haskell-syb.install @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-syb +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) +} -- cgit v1.2.3-54-g00ecf