mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
Conflicts: data/control/migration.sh.in Signed-off-by: Thilo Graf <dbt@novatux.de> Adopted only proforma.
26 lines
419 B
Makefile
26 lines
419 B
Makefile
#EXTRA_DIST = \
|
|
# migration.sh migration.sh.in
|
|
|
|
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
|