post_install() {
 echo ">>please run /usr/bin/cups-genppdupdate"
 echo ">>and restart cups daemon"
}

post_upgrade() {
   post_install
}

