summaryrefslogtreecommitdiff
path: root/~fauno/haskell-hs-bibutils/haskell-hs-bibutils.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-08-28 16:24:19 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-08-28 16:24:19 -0300
commite0acf42ad03cac39336017463fad3f5ff2d3179f (patch)
tree6ae1fb22259bf4019c40561c760948e36123c98f /~fauno/haskell-hs-bibutils/haskell-hs-bibutils.install
parent3f64055d01d6333452df7b36a2a581aa3a6ff96f (diff)
remove fauno personal repo from abslibre
Diffstat (limited to '~fauno/haskell-hs-bibutils/haskell-hs-bibutils.install')
-rw-r--r--~fauno/haskell-hs-bibutils/haskell-hs-bibutils.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/~fauno/haskell-hs-bibutils/haskell-hs-bibutils.install b/~fauno/haskell-hs-bibutils/haskell-hs-bibutils.install
deleted file mode 100644
index 454c6ff37..000000000
--- a/~fauno/haskell-hs-bibutils/haskell-hs-bibutils.install
+++ /dev/null
@@ -1,18 +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)
-}