mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
12 lines
274 B
Text
12 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
|
||
|
}
|