summaryrefslogtreecommitdiff
path: root/community/haddock
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-23 23:15:26 +0000
committerroot <root@rshg054.dnsready.net>2011-11-23 23:15:26 +0000
commit1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (patch)
tree070846cb6770ab17d394d88c3f0cd3ad3eb89842 /community/haddock
parent851ab9aa99e9bda38f88b5f5ade096c9137e11c8 (diff)
Wed Nov 23 23:15:26 UTC 2011
Diffstat (limited to 'community/haddock')
-rw-r--r--community/haddock/PKGBUILD4
-rw-r--r--community/haddock/haddock.install2
2 files changed, 3 insertions, 3 deletions
diff --git a/community/haddock/PKGBUILD b/community/haddock/PKGBUILD
index c9263a8b2..92b3bec3e 100644
--- a/community/haddock/PKGBUILD
+++ b/community/haddock/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 58668 2011-11-17 12:39:33Z arodseth $
+# $Id: PKGBUILD 59136 2011-11-21 12:20:52Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Vesa Kaihlavirta <vesa@archlinux.org>
# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
pkgname=haddock
pkgver=2.9.2
-pkgrel=3
+pkgrel=4
pkgdesc="Tool for generating documentation for Haskell libraries"
url="http://hackage.haskell.org/package/$pkgname"
license=('custom:BSD3')
diff --git a/community/haddock/haddock.install b/community/haddock/haddock.install
index 97cdaefdc..24e27a074 100644
--- a/community/haddock/haddock.install
+++ b/community/haddock/haddock.install
@@ -3,7 +3,7 @@ HS_DIR=usr/share/haskell/haddock
post_upgrade() {
${HS_DIR}/register.sh &> /dev/null
- (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) &> /dev/null
+ post_remove
}
post_remove() {