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]
/
etraxis
/
etraxis.install
blob
ba0eaeb4dd0034157379063a9ce04090633d0f5e
1
## arg 1: the new package version
2
post_install() {
3
echo "==> You must configure etraxis before you can use it: http://www.etraxis.org/docs-config-etraxis.php"
4
}
5
6
7
post_upgrade() {
8
return 0
9
}
10
11
## arg 1: the old package version
12
post_remove() {
13
return 0
14
}
15
16
# vim:set ts=2 sw=2 et: