summaryrefslogtreecommitdiff
path: root/community-staging/haskell-regex-compat/haskell-regex-compat.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-11 00:03:28 +0000
committerroot <root@rshg054.dnsready.net>2012-09-11 00:03:28 +0000
commit870527386e33c72826da94aee783bb212b06c53a (patch)
tree2fbd49892a0a64421288762f7947cf20430ac244 /community-staging/haskell-regex-compat/haskell-regex-compat.install
parent2a4c41bf2946fad65b14cf1b4ea284ebce0f11f3 (diff)
Tue Sep 11 00:03:27 UTC 2012
Diffstat (limited to 'community-staging/haskell-regex-compat/haskell-regex-compat.install')
-rw-r--r--community-staging/haskell-regex-compat/haskell-regex-compat.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/community-staging/haskell-regex-compat/haskell-regex-compat.install b/community-staging/haskell-regex-compat/haskell-regex-compat.install
new file mode 100644
index 000000000..898c0bba1
--- /dev/null
+++ b/community-staging/haskell-regex-compat/haskell-regex-compat.install
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-compat
+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)
+}