new stuff
[archlinuxppc.git] / haskell-regex-posix / haskell-regex-posix.install
diff --git a/haskell-regex-posix/haskell-regex-posix.install b/haskell-regex-posix/haskell-regex-posix.install
new file mode 100644 (file)
index 0000000..2b89fae
--- /dev/null
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-posix
+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)
+}