blob: ecd58f0e9ab2d81779a5921e60efbf58db0d663c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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_"
echo " To start this program at boot run add_service.sh recstat "
}
op=$1
shift
$op $*
|