5 lines
213 B
Bash
Executable file
5 lines
213 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export MYTHCONFDIR="/etc/mythtv"
|
|
export MYTHVERSION="`rpm -q --queryformat='%{VERSION}\n' mythtv-docs`"
|
|
perl /usr/share/doc/mythtv-docs-${MYTHVERSION}/contrib/maintenance/optimize_mythdb.pl > /dev/null
|