PKGBUILDs/community/pacupdate/pacupdate.install

12 lines
274 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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
}