# 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() {
	/bin/true
}

# arg 1:  the old package version
post_remove() {
	/bin/true
}

op=$1
shift
$op $*