summarylogtreecommitdiffstats
path: root/haskell-openglraw.install
diff options
context:
space:
mode:
Diffstat (limited to 'haskell-openglraw.install')
-rw-r--r--haskell-openglraw.install5
1 files changed, 0 insertions, 5 deletions
diff --git a/haskell-openglraw.install b/haskell-openglraw.install
index 1ee90cbbee23..3ddfe6b0cfb6 100644
--- a/haskell-openglraw.install
+++ b/haskell-openglraw.install
@@ -1,18 +1,13 @@
HS_DIR=usr/share/haskell/haskell-openglraw
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)
-}