PKGBUILDs/community/pacupdate/pacupdate.install
2009-10-09 21:15:33 -05:00

11 lines
274 B
Text

pkgname=pacupdate
post_install() {
cat << EOM
>>> To allow pacupdate synchronize the databases you must:
>>> 1. Run visudo as root:
>>> # visudo
>>> 2. Add the following line at the end of the file:
>>> user ALL=(ALL) NOPASSWD: /usr/bin/pacman -Sy
EOM
}