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