summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes-scripts/remove_php_mythvideo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/linhes-scripts/remove_php_mythvideo.sh')
-rw-r--r--abs/core-testing/linhes-scripts/remove_php_mythvideo.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/abs/core-testing/linhes-scripts/remove_php_mythvideo.sh b/abs/core-testing/linhes-scripts/remove_php_mythvideo.sh
new file mode 100644
index 0000000..5320756
--- /dev/null
+++ b/abs/core-testing/linhes-scripts/remove_php_mythvideo.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+mysql mythconverg <<EOF
+delete from videotypes where extension='php';
+insert into videotypes(extension,f_ignore) values('php','1');
+EOF