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]
/
cimon
/
cimon.install
blob
93d2a9ae1730e7dc38401d6d3c753ec6ab9a4fe6
1
pre_install() {
2
/bin/true
3
}
4
post_install() {
5
echo "==> Thanks for installing Cimon."
6
}
7
pre_upgrade() {
8
/bin/true
9
}
10
post_upgrade() {
11
post_install
12
}
13
pre_remove() {
14
/bin/true
15
}
16
post_remove() {
17
/bin/true
18
}