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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
haskell-teams
/
haskell-teams.install
blob
641b2e65ed26bfd7130ca1f7f09ad6e5c59be9b5
1
HS_DIR=/usr/share/haskell/haskell-teams
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 $*