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 19 16:10:29 UTC 2012
[aur-mirror.git]
/
pacupdate
/
pacupdate.install
blob
6efb3c1bcb6f881786bd37d5c1d269d5934a4210
1
pkgname=pacupdate
2
3
post_install() {
4
cat << EOM
5
>>> To allow pacupdate synchronize the databases you must:
6
>>> 1. Run visudo as root:
7
>>> # visudo
8
>>> 2. Add the following line at the end of the file:
9
>>> user ALL=(ALL) NOPASSWD: /usr/bin/pacman -Sy
10
EOM
11
}