updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / pupdatenotifier / pupdatenotifier.install
blob88c0337f7c096a0e2fe00e45387921a6bf053a53
1 pkgname=pupdatenotifier
3 post_install() {
4   cat << EOM
5 >>> To allow pupdatenotifier synchronize the databases you must
6 >>> add the following line at the end of the "/etc/sudoers" file:
7 >>>   user ALL=(ALL) NOPASSWD: /usr/bin/pacman -Sy
8 >>>
9 >>> For system upgrade support the following is also needed:
10 >>>   user ALL=(ALL) NOPASSWD: /usr/bin/pacman -Su
11 >>>
12 >>> Using "visudo" to edit the sudoers file is strongly recommendable.
13 EOM