1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
post_install() { echo ">>> You must read and agree to the terms in the EULAs found" echo ">>> in /usr/share/licenses/prey-demo/ before using this software!" } post_upgrade() { post_install $1 } pre_remove() { /bin/true } op=$1 shift $op $*