Initial version of MythTV module.

This commit is contained in:
Timo Mkinen 2009-09-13 16:18:30 +03:00
parent dcb83d6900
commit e1a4c4d99c
5 changed files with 172 additions and 0 deletions

4
mythtv/files/mythoptimize Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
MYTHVERSION="`rpm -q --queryformat='%{VERSION}\n' mythtv-docs`"
perl /usr/share/doc/mythtv-docs-${MYTHVERSION}/contrib/optimize_mythdb.pl > /dev/null