summaryrefslogtreecommitdiff
path: root/~fauno/haskell-dlist/haskell-dlist.install
blob: f20fb2952b573909e508068bc07baa96960a59c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# custom variables
pkgname=haskell-dlist
HS_DIR=usr/share/haskell/${pkgname}

# functions
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)
}