1 2 3 4 5 6
post_install() { for i in $(seq 1 3); do echo 'Arch Linux is not officially supported by Plogue. Please do not file upstream bug reports.' sleep 1 done }