mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
249 B
Text
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
|
|
}
|