post_install() {
cat << "EOF"

 Sometimes you have to preload library!
 LD_PRELOAD=libcurl.so.3 youprogname

EOF
}

post_upgrade() {
  post_install
}
