summaryrefslogtreecommitdiff
path: root/community/haskell-hs-bibutils/haskell-hs-bibutils.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/haskell-hs-bibutils/haskell-hs-bibutils.install')
-rw-r--r--community/haskell-hs-bibutils/haskell-hs-bibutils.install23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/haskell-hs-bibutils/haskell-hs-bibutils.install b/community/haskell-hs-bibutils/haskell-hs-bibutils.install
deleted file mode 100644
index 7b5f4d635..000000000
--- a/community/haskell-hs-bibutils/haskell-hs-bibutils.install
+++ /dev/null
@@ -1,23 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-hs-bibutils
-
-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)
-}