1 2 3 4 5 6 7 8
post_install () { chmod a+xs "/usr/bin/mentohust" echo ">>> For first time, you must run mentohust to configure once." } post_upgrade () { chmod a+xs "/usr/bin/mentohust" echo ">>> For first time, you must run mentohust to configure once." }