summaryrefslogtreecommitdiffstats
path: root/multimedia/mythtv/doinst.sh
diff options
context:
space:
mode:
author David Somero <dsomero@hotmail.com>2010-08-14 08:52:50 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-08-14 19:04:50 -0500
commit5eae1ee8d02db1aa61ceb72017f6f117b20792d3 (patch)
treef24f8c290135dfdef529b7b3544f22544d6249e5 /multimedia/mythtv/doinst.sh
parent286ba92326f78d599f6bae45135fbaef7a041768 (diff)
downloadslackbuilds-5eae1ee8d02db1aa61ceb72017f6f117b20792d3.tar.gz
slackbuilds-5eae1ee8d02db1aa61ceb72017f6f117b20792d3.tar.xz
multimedia/mythtv: Updated for version 0.23.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'multimedia/mythtv/doinst.sh')
-rw-r--r--multimedia/mythtv/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/mythtv/doinst.sh b/multimedia/mythtv/doinst.sh
index 144a5eb808..4034523b95 100644
--- a/multimedia/mythtv/doinst.sh
+++ b/multimedia/mythtv/doinst.sh
@@ -19,4 +19,10 @@ if [ -e etc/rc.d/rc.mythbackend ]; then
fi
config etc/rc.d/rc.mythbackend.new
+config etc/logrotate.d/mythbackend.new
+config etc/mythtv/config.xml.new
+config etc/mythtv/mysql.txt.new
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi