updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / yi / yi.install
blob313f35c68686b31a5ebcadc53c5a6aac2b58c5e6
1 HS_DIR=/usr/share/haskell/yi
2 post_install() {
3   ${HS_DIR}/register.sh
4   (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
6 pre_upgrade() {
7   ${HS_DIR}/unregister.sh
9 post_upgrade() {
10   ${HS_DIR}/register.sh
11   (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
13 pre_remove() {
14   ${HS_DIR}/unregister.sh
16 post_remove() {
17   (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
19 op=$1
20 shift
21 $op $*