summaryrefslogtreecommitdiff
path: root/community-staging/haskell-xhtml/haskell-xhtml.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-20 21:35:54 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-20 21:35:54 -0300
commit19d0c098d66c67860d212786491f5285014a9e09 (patch)
treea7bdcaeee20b3fdfd8832c2a93bc749fa96e87f6 /community-staging/haskell-xhtml/haskell-xhtml.install
parent188f3616b7866423727869599710ab44dff19945 (diff)
Removed uneeded files
Diffstat (limited to 'community-staging/haskell-xhtml/haskell-xhtml.install')
-rw-r--r--community-staging/haskell-xhtml/haskell-xhtml.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/community-staging/haskell-xhtml/haskell-xhtml.install b/community-staging/haskell-xhtml/haskell-xhtml.install
deleted file mode 100644
index d03b8a053..000000000
--- a/community-staging/haskell-xhtml/haskell-xhtml.install
+++ /dev/null
@@ -1,19 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-xhtml
-post_install() {
- ${HS_DIR}/register.sh
- (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
- ${HS_DIR}/unregister.sh &> /dev/null
- exit 0
-}
-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)
-}