Added yaourt.install

This commit is contained in:
Mike Staszel 2010-02-16 00:09:04 -06:00
parent 0004b8cb2f
commit ad0e4eac81

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
}