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 19 16:10:29 UTC 2012
[aur-mirror.git]
/
qthaskell
/
qthaskell.install
blob
2af5dc7ad274f44ca7097e3be00a95fb7ae6f476
1
HS_DIR=/usr/share/haskell/qthaskell
2
3
post_install() {
4
${HS_DIR}/register.sh
5
}
6
pre_upgrade() {
7
${HS_DIR}/unregister.sh
8
}
9
post_upgrade() {
10
${HS_DIR}/register.sh
11
}
12
pre_remove() {
13
${HS_DIR}/unregister.sh
14
}
15
16
op=$1
17
shift
18
$op $*