1 2 3 4 5 6 7 8 9 10 11 12 13
post_install() { cat << EOF ==> Install either medit-full, gvim or emacs to act as the editor in PIDA EOF } post_upgrade() { post_install $1 } op=$1 shift $op $*