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 Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git]
/
xxe
/
xxe.install
blob
ac4c68001cdd13224bc4969ea3a2f1c7e3f1d98c
1
# arg 1: the new package version
2
post_install() {
3
echo
4
echo "After the install you must relog."
5
}
6
7
# arg 1: the new package version
8
# arg 2: the old package version
9
post_upgrade() {
10
echo
11
echo "After the install you must relog."
12
}
13
14
op=$1
15
shift
16
17
$op $*