summaryrefslogtreecommitdiff
path: root/community/haskell-bytestring-show/haskell-bytestring-show.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-19 23:14:46 +0000
committerroot <root@rshg054.dnsready.net>2011-09-19 23:14:46 +0000
commitdf65be2b18070d63ffd056e8563279e4646bee9a (patch)
treedb83bf14cc793eaa739a4c65f7af96583cc56576 /community/haskell-bytestring-show/haskell-bytestring-show.install
parentf57b139ded4e8c4b10555985513b3f9a70a70e12 (diff)
Mon Sep 19 23:14:46 UTC 2011
Diffstat (limited to 'community/haskell-bytestring-show/haskell-bytestring-show.install')
-rw-r--r--community/haskell-bytestring-show/haskell-bytestring-show.install24
1 files changed, 24 insertions, 0 deletions
diff --git a/community/haskell-bytestring-show/haskell-bytestring-show.install b/community/haskell-bytestring-show/haskell-bytestring-show.install
new file mode 100644
index 000000000..335fc37cd
--- /dev/null
+++ b/community/haskell-bytestring-show/haskell-bytestring-show.install
@@ -0,0 +1,24 @@
+pkgname=haskell-bytestring-show
+HS_DIR=usr/share/haskell/${pkgname}
+
+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)
+}