1 2 3 4 5 6 7
post_install() { echo -e '\e[1;33mWARNING: this AUR package is now unmaintained\e[0m' } post_upgrade() { post_install }