mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
data/neutrino-scripts: add all possible control scripts
Origin commit data
------------------
Branch: ni/coolstream
Commit: c823aeb66f
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-26 (Sat, 26 Jan 2019)
Origin message was:
------------------
- data/neutrino-scripts: add all possible control scripts
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,20 +1,38 @@
|
|||||||
installdir = $(CONFIGDIR)
|
installdir = $(CONFIGDIR)
|
||||||
|
|
||||||
install_DATA = \
|
install_DATA = \
|
||||||
|
audioplayer.start \
|
||||||
|
audioplayer.end \
|
||||||
|
deepstandby.on \
|
||||||
|
deepstandby.off \
|
||||||
flash.start \
|
flash.start \
|
||||||
|
inactivity.on \
|
||||||
migration.sh \
|
migration.sh \
|
||||||
movieplayer.start \
|
movieplayer.start \
|
||||||
movieplayer.end \
|
movieplayer.end \
|
||||||
|
neutrino.start \
|
||||||
|
pictureviewer.start \
|
||||||
|
pictureviewer.end \
|
||||||
|
recording.timer \
|
||||||
recording.start \
|
recording.start \
|
||||||
recording.end \
|
recording.end \
|
||||||
standby.on \
|
standby.on \
|
||||||
standby.off
|
standby.off
|
||||||
|
|
||||||
install-data-hook:
|
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)/flash.start
|
||||||
|
chmod 0755 $(DESTDIR)$(CONFIGDIR)/inactivity.on
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/migration.sh
|
chmod 0755 $(DESTDIR)$(CONFIGDIR)/migration.sh
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/movieplayer.start
|
chmod 0755 $(DESTDIR)$(CONFIGDIR)/movieplayer.start
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/movieplayer.end
|
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.start
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/recording.end
|
chmod 0755 $(DESTDIR)$(CONFIGDIR)/recording.end
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/standby.on
|
chmod 0755 $(DESTDIR)$(CONFIGDIR)/standby.on
|
||||||
|
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