packages needed by darcs
[archlinuxppc.git] / haskell-hashed-storage / haskell-hashed-storage.install
diff --git a/haskell-hashed-storage/haskell-hashed-storage.install b/haskell-hashed-storage/haskell-hashed-storage.install
new file mode 100644 (file)
index 0000000..dc5d52f
--- /dev/null
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-hashed-storage
+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)
+}