diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/keylaunch/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/keylaunch/example_rc | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/abs/core/keylaunch/PKGBUILD b/abs/core/keylaunch/PKGBUILD index d0dbe7e..afb5c00 100644 --- a/abs/core/keylaunch/PKGBUILD +++ b/abs/core/keylaunch/PKGBUILD @@ -1,6 +1,6 @@ pkgname=keylaunch pkgver=1.3.9 -pkgrel=4 +pkgrel=5 arch=('i686' 'x86_64') pkgdesc="KeyLaunch is a small utility for binding commands to a hot key. " url="http://www.oroborus.org/" @@ -16,4 +16,4 @@ build() { install -D -m0755 ../example_rc $startdir/pkg/etc/keylaunchrc } md5sums=('710f68a3e7026b4139cc94ea790576c3' - 'd465a4c892daedd558ec83e59734877e') + 'feda76439fe930eaaaad81fbb62b84b0') diff --git a/abs/core/keylaunch/example_rc b/abs/core/keylaunch/example_rc index 650e078..3f98fa6 100644 --- a/abs/core/keylaunch/example_rc +++ b/abs/core/keylaunch/example_rc @@ -17,12 +17,12 @@ key=..*h:/usr/MythVantage/bin/mythinstall -H key=..*m:/usr/LH/bin/mythfrontend-start -key=.*1:/usr/MythVantage/bin/mythbeselect -stop -key=.*.2:/usr/MythVantage/bin/mythbeselect -start -key=.*.3:/usr/MythVantage/bin/mythbeselect -restart -key=..*1:sudo sv start mythbackend -key=..*2:sudo sv stop mythbackend -key=..*3:sudo sv restart mythbackend +#key=..*1:sudo sv start mythbackend +#key=..*2:sudo sv stop mythbackend +#key=..*3:sudo sv restart mythbackend +key=..*1:/usr/LH/bin/lh_backend_control.sh start +key=..*2:/usr/LH/bin/lh_backend_control.sh stop +key=..*3:/usr/LH/bin/lh_backend_control.sh restart |