summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable/mythdb-initial/mythdb.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-18 04:45:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-18 04:45:40 (GMT)
commit6912c0c8754f2668f3ec0dfde621f70e4fe04f79 (patch)
treed33cd05debaacee90971b789ed05b4f4d363d0c5 /abs/core-testing/mythtv/stable/mythdb-initial/mythdb.install
parentb3a2223ff84b6b0026c79a4766b2eb46324d8525 (diff)
parent110ffb1327b2f5e1a47373973efbae923456a38d (diff)
downloadlinhes_pkgbuild-6912c0c8754f2668f3ec0dfde621f70e4fe04f79.zip
linhes_pkgbuild-6912c0c8754f2668f3ec0dfde621f70e4fe04f79.tar.gz
linhes_pkgbuild-6912c0c8754f2668f3ec0dfde621f70e4fe04f79.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD.git
Diffstat (limited to 'abs/core-testing/mythtv/stable/mythdb-initial/mythdb.install')
-rwxr-xr-xabs/core-testing/mythtv/stable/mythdb-initial/mythdb.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/abs/core-testing/mythtv/stable/mythdb-initial/mythdb.install b/abs/core-testing/mythtv/stable/mythdb-initial/mythdb.install
index 4834c69..e15231e 100755
--- a/abs/core-testing/mythtv/stable/mythdb-initial/mythdb.install
+++ b/abs/core-testing/mythtv/stable/mythdb-initial/mythdb.install
@@ -21,7 +21,12 @@ post_install() {
mysql < /data/database/permissions.sql.fixed 2>/dev/null
rm /data/database/mc.sql.initial
+
+ # Run Tweaker to apply settings on top of baseline SQL.
+ tweaker.pl
+ /bin/rm /tmp/fps # ??? clean up a temp file that will eventually be obsolete anyway
}
+
post_upgrade() {
echo "nothing to do"
}