1 2 3 4 5 6 7 8 9 10 11 12 13 14
post_install() { cmd=$(printf '$\t') cat <<EOF Please remember to initialize/update your database by executing: $cmd commando -vu OR to also include packages from AUR (trough Chaotic-AUR repos): $cmd commando -vua EOF }