PKGBUILDs/community/yaourt/yaourt.install

13 lines
249 B
Text
Raw Normal View History

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
}