# arg 1: the new package version post_install() { mysql -D mythconverg -u mythtv -pmythtv < /usr/LH/sql/romdb-20051116-02.sql } # arg 1: the new package version # arg 2: the old package version #post_upgrade() { #} # arg 1: the old package version #post_remove() { #} op=$1 shift $op $*