post_install() {            
  cp /usr/bin/indiserver /usr/bin/indismproserver
}
post_upgrade() {
  post_install
}
