diff options
Diffstat (limited to 'multimedia/mythtv/doinst.sh')
-rw-r--r-- | multimedia/mythtv/doinst.sh | 6 |
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 |