mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
23 lines
371 B
Makefile
23 lines
371 B
Makefile
installdir = $(CONTROLDIR)
|
|
|
|
install_SCRIPTS = \
|
|
audioplayer.start \
|
|
audioplayer.end \
|
|
deepstandby.on \
|
|
deepstandby.off \
|
|
flash.start \
|
|
inactivity.on \
|
|
\
|
|
movieplayer.start \
|
|
movieplayer.end \
|
|
neutrino.start \
|
|
pictureviewer.start \
|
|
pictureviewer.end \
|
|
recording.timer \
|
|
recording.start \
|
|
recording.end \
|
|
scan.start \
|
|
scan.stop \
|
|
standby.on \
|
|
standby.off
|