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 Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
haskell-data-trie-general-ordgt
/
haskell-data-trie-general-ordgt.install
blob
273988ee9a7f8c8940dfa70810f33401d1e59ad5
1
HS_DIR=/usr/share/haskell/haskell-data-trie-general-ordgt
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 $*