updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / haskell-haskell-src-exts / haskell-haskell-src-exts.install
blob8dfc6c53fa015e4f3a92e33bd1ba96b6d2393c8d
1 # custom variables
2 pkgname=haskell-haskell-src-exts
3 HS_DIR=/usr/share/haskell/${pkgname}
5 # functions
6 post_install() {
7     ${HS_DIR}/register.sh
8     (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
11 pre_upgrade() {
12     ${HS_DIR}/unregister.sh
15 post_upgrade() {
16     ${HS_DIR}/register.sh
17     (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
20 pre_remove() {
21     ${HS_DIR}/unregister.sh
24 post_remove() {
25     (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)