summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/mythexport/mythexport.install
blob: 4408a169736ba7d1b3867bdcacf6a7dba47dd026 (plain)
1
2
3
4
5
6
7
8
# arg 1:  the new package version
post_install() {a
	mysql -u root mythconverg < /usr/share/mythtv/mythexport.sql
}

op=$1
shift
$op $*