diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-25 16:35:20 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-25 16:35:20 (GMT) |
commit | c72e5b283fb8b8cb83158fa8b81c1557b6d4af40 (patch) | |
tree | ac455eb8aa9e8c6e2fadb649821a44953033611c /abs/extra-testing/recstat/recstat.install | |
parent | effe3b68b666b2e242bbd53871cde8ad0792463f (diff) | |
download | linhes_pkgbuild-c72e5b283fb8b8cb83158fa8b81c1557b6d4af40.zip linhes_pkgbuild-c72e5b283fb8b8cb83158fa8b81c1557b6d4af40.tar.gz linhes_pkgbuild-c72e5b283fb8b8cb83158fa8b81c1557b6d4af40.tar.bz2 |
recstat: initial include. Does not have support for runit
recstat will need to be modified
ref #632
Diffstat (limited to 'abs/extra-testing/recstat/recstat.install')
-rw-r--r-- | abs/extra-testing/recstat/recstat.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra-testing/recstat/recstat.install b/abs/extra-testing/recstat/recstat.install new file mode 100644 index 0000000..c45cc1b --- /dev/null +++ b/abs/extra-testing/recstat/recstat.install @@ -0,0 +1,12 @@ +# arg 1: the new package version +post_install() { + echo "" + echo "" + echo "" + echo " Edit /usr/bin/recstat.py to fit your tuner setup" + echo " http://linhes.org/bugs/projects/lin-hes/wiki/_Using_System_LEDs_for_Recording_Status_" +} + +op=$1 +shift +$op $* |