updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / yaourt-git-exp / yaourt.install
blob1aa8043b97131e2d0c7a73a368e034f4bdae5634
1 post_install() {
2   echo "==> Check /etc/yaourtrc, syntax of configuration file changes."
3   echo "  -> man yaourtrc"
4   echo "==> To use yaourt as a user, add these entries to /etc/sudoers:"
5   echo "  -> user ALL=NOPASSWD: /usr/bin/pacman"
6   echo "  -> user ALL=NOPASSWD: /usr/bin/pacdiffviewer"
7   echo "     (Please, use sudo carefully.)"
8   echo "==> For fully colorized output via pacman-color:"
9   echo "  -> Set the PacmanBin option in /etc/yaourtrc"
12 post_upgrade() {
13   post_install $1