PKGBUILDs/aur/yaourt/yaourt.install
2010-12-22 14:36:48 -06:00

12 lines
249 B
Text

post_install() {
cat <<-EndOfMessage
==> for a full colorized output, install pacman-color and export PACMAN=pacman-color
or set it into yaourtrc file.
EndOfMessage
/bin/true
}
post_upgrade() {
echo "Check /etc/yaourtrc"
post_install
}