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 12 08:01:00 UTC 2012
[aur-mirror.git]
/
ircproxy
/
ircproxy.install
blob
f0b24d063731fda96b945a8ed5ab6d4071ea3856
1
# arg 1: the new package version
2
# arg 2: the old package version
3
4
post_install() {
5
echo ">>> If installed new:"
6
printf "\n"
7
echo "- Edit the files in /usr/share/ircproxy ."
8
printf "\n"
9
}
10
11
op=$1
12
shift
13
$op $*