summaryrefslogtreecommitdiff
path: root/community/haskell-blaze-markup/haskell-blaze-markup.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-20 02:18:37 -0700
committerroot <root@rshg054.dnsready.net>2013-09-20 02:18:37 -0700
commit42fbe2d214b850ded06b23ca33f3aa2880e60dbb (patch)
tree7ef6919070a16c5262d475cdbb75364a359a8b57 /community/haskell-blaze-markup/haskell-blaze-markup.install
parentaa563cdeb6975b896ccf30d96943830c15becde0 (diff)
Fri Sep 20 02:14:49 PDT 2013
Diffstat (limited to 'community/haskell-blaze-markup/haskell-blaze-markup.install')
-rw-r--r--community/haskell-blaze-markup/haskell-blaze-markup.install22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/haskell-blaze-markup/haskell-blaze-markup.install b/community/haskell-blaze-markup/haskell-blaze-markup.install
deleted file mode 100644
index fa5fb8064..000000000
--- a/community/haskell-blaze-markup/haskell-blaze-markup.install
+++ /dev/null
@@ -1,22 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-blaze-markup
-
-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)
-}