updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / pacupdate / pacupdate.install
blob6efb3c1bcb6f881786bd37d5c1d269d5934a4210
1 pkgname=pacupdate
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