repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git]
/
haskell-data-tree-avl
/
haskell-data-tree-avl.install
blob
0dad47a57c86b645795866957c671294e446ad6d
1
HS_DIR=/usr/share/haskell/haskell-data-tree-avl
2
post_install() {
3
${HS_DIR}/register.sh
4
}
5
pre_upgrade() {
6
${HS_DIR}/unregister.sh
7
}
8
post_upgrade() {
9
${HS_DIR}/register.sh
10
}
11
pre_remove() {
12
${HS_DIR}/unregister.sh
13
}
14
op=$1
15
shift
16
$op $*