summaryrefslogtreecommitdiff
path: root/community/haskell-hashable/haskell-hashable.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-hashable/haskell-hashable.install
parentaa563cdeb6975b896ccf30d96943830c15becde0 (diff)
Fri Sep 20 02:14:49 PDT 2013
Diffstat (limited to 'community/haskell-hashable/haskell-hashable.install')
-rw-r--r--community/haskell-hashable/haskell-hashable.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/community/haskell-hashable/haskell-hashable.install b/community/haskell-hashable/haskell-hashable.install
deleted file mode 100644
index de5bb4228..000000000
--- a/community/haskell-hashable/haskell-hashable.install
+++ /dev/null
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-hashable
-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)
-}