post_install() {
  texhash
  echo "Your can find examples and manual under /usr/share/texmf/doc/xelatex/xecjk/"
}

post_upgrade() {
  post_install
}

post_remove() {
  texhash
}
# vim:set ts=2 sw=2 et:

