Merge branch 'master' of github.com:plugapps/plugapps

This commit is contained in:
root 2010-02-15 17:04:06 -08:00
commit 35a8dd8a60

View file

@ -0,0 +1,14 @@
post_install() {
cat <<-EndOfMessage
==> to use yaourt as user,add these entries to /etc/sudoers:
user ALL=NOPASSWD: /usr/bin/pacman
user ALL=NOPASSWD: /usr/bin/pacdiffviewer
(Please, use sudo very carefully)
==> for a full colorized output, install pacman-color and set PacmanBin in /etc/yaourtrc
EndOfMessage
/bin/true
}
post_upgrade() {
post_install
}