summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-system/LinHES.install
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-05-04 00:27:08 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-05-04 00:27:08 (GMT)
commitb94d28649509115ec6821da376f88d284fe34e1f (patch)
treecdf0401200e0c93693237158e4cbc1497187f680 /abs/core-testing/LinHES-system/LinHES.install
parent4629a7669ffba21068576ca8aac2c2051d360536 (diff)
parent53625148909b257564b35ba93ff3f4fd18f983df (diff)
downloadlinhes_pkgbuild-b94d28649509115ec6821da376f88d284fe34e1f.zip
linhes_pkgbuild-b94d28649509115ec6821da376f88d284fe34e1f.tar.gz
linhes_pkgbuild-b94d28649509115ec6821da376f88d284fe34e1f.tar.bz2
Merge branch 'master' of mihanson@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/LinHES-system/LinHES.install')
-rw-r--r--abs/core-testing/LinHES-system/LinHES.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES.install b/abs/core-testing/LinHES-system/LinHES.install
index 9f6a1c1..0f6689e 100644
--- a/abs/core-testing/LinHES-system/LinHES.install
+++ b/abs/core-testing/LinHES-system/LinHES.install
@@ -48,7 +48,12 @@ grep -q "pam_limits.so" /etc/pam.d/su
fi
+# Update mythtv's fluxbox keys files to use the tvterm.sh script to get
+# an xterm. Then signal fluxbox to re-read the keys file.
+sed -i.orig 's/^Mod1 x :.*xterm.*$/Mod1 x :ExecCommand tvterm.sh/g' \
+ ~mythtv/.fluxbox/keys
+pkill -HUP fluxbox
}