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]
/
giver-svn
/
giver-svn.install
blob
405a4e32829157a9b077988032be927a41bb6c9b
1
# arg 1: the new package version
2
post_install() {
3
echo "==> Don't forget to run /etc/rc.d/avahi-daemon start"
4
echo "==> Add avahi-daemon to /etc/rc.conf daemons arrray to use it regularly."
5
}
6
7
post_upgrade() {
8
post_install $1
9
}
10
11
op=$1
12
shift
13
14
$op $*