mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- data/neutrino-scripts: add all possible control scripts
Conflicts: data/neutrino-scripts/Makefile.am Signed-off-by: Thilo Graf <dbt@novatux.de> For the moment all entries disabled because it could be possible that already modified scripts are available and has been modified by users. Rename of these scripts with .sample suffix could be an alternate idea.
This commit is contained in:
@@ -1,6 +1,41 @@
|
||||
|
||||
installdir = $(CONFIGDIR)
|
||||
install_DATA = flash.start
|
||||
|
||||
install-data-hook:
|
||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/flash.start
|
||||
install_DATA = \
|
||||
flash.start
|
||||
|
||||
# install_DATA += \
|
||||
# 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 \
|
||||
# standby.on \
|
||||
# standby.off
|
||||
#
|
||||
# install-data-hook:
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/audioplayer.start
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/audioplayer.end
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/deepstandby.on
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/deepstandby.off
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/flash.start
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/inactivity.on
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/movieplayer.start
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/movieplayer.end
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/neutrino.start
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/pictureviewer.start
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/pictureviewer.end
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/recording.timer
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/recording.start
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/recording.end
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/standby.on
|
||||
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/standby.off
|
||||
|
||||
|
2
data/neutrino-scripts/audioplayer.end
Normal file
2
data/neutrino-scripts/audioplayer.end
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
2
data/neutrino-scripts/audioplayer.start
Normal file
2
data/neutrino-scripts/audioplayer.start
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
2
data/neutrino-scripts/deepstandby.off
Normal file
2
data/neutrino-scripts/deepstandby.off
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
2
data/neutrino-scripts/deepstandby.on
Normal file
2
data/neutrino-scripts/deepstandby.on
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
2
data/neutrino-scripts/inactivity.on
Normal file
2
data/neutrino-scripts/inactivity.on
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
2
data/neutrino-scripts/neutrino.start
Normal file
2
data/neutrino-scripts/neutrino.start
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
2
data/neutrino-scripts/pictureviewer.end
Normal file
2
data/neutrino-scripts/pictureviewer.end
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
2
data/neutrino-scripts/pictureviewer.start
Normal file
2
data/neutrino-scripts/pictureviewer.start
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
2
data/neutrino-scripts/recording.timer
Normal file
2
data/neutrino-scripts/recording.timer
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
Reference in New Issue
Block a user