## arg 1: the new package version post_install() { found_urls=false while read line; do #do not execute comments if [[ "$line" != \#* ]];then found_urls=true fi done