summaryrefslogtreecommitdiff
path: root/community-testing/haskell-tar/haskell-tar.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/haskell-tar/haskell-tar.install')
-rw-r--r--community-testing/haskell-tar/haskell-tar.install24
1 files changed, 0 insertions, 24 deletions
diff --git a/community-testing/haskell-tar/haskell-tar.install b/community-testing/haskell-tar/haskell-tar.install
deleted file mode 100644
index 7e0383621..000000000
--- a/community-testing/haskell-tar/haskell-tar.install
+++ /dev/null
@@ -1,24 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-tar
-
-post_install() {
- ${HS_DIR}/register.sh
- post_remove
-}
-
-pre_upgrade() {
- ${HS_DIR}/unregister.sh
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- pre_upgrade
-}
-
-post_remove() {
- (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-
-# vim:set ts=2 sw=2 et: