summaryrefslogtreecommitdiff
path: root/community-staging/haskell-tar/haskell-tar.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/haskell-tar/haskell-tar.install')
-rw-r--r--community-staging/haskell-tar/haskell-tar.install24
1 files changed, 24 insertions, 0 deletions
diff --git a/community-staging/haskell-tar/haskell-tar.install b/community-staging/haskell-tar/haskell-tar.install
new file mode 100644
index 000000000..7e0383621
--- /dev/null
+++ b/community-staging/haskell-tar/haskell-tar.install
@@ -0,0 +1,24 @@
+HS_DIR=usr/share/haskell/haskell-tar
+
+post_install() {
+ ${HS_DIR}/register.sh
+ post_remove
+}
+
+pre_upgrade() {
+ ${HS_DIR}/unregister.sh
+}
+
+post_upgrade() {
+ post_install
+}
+
+pre_remove() {
+ pre_upgrade
+}
+
+post_remove() {
+ (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+# vim:set ts=2 sw=2 et: