mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
* Software update: Add flash.start to neutrino start/stop scripts
This commit is contained in:
@@ -210,6 +210,7 @@ data/lcd/icons/Makefile
|
||||
data/lcd/clock/Makefile
|
||||
data/license/Makefile
|
||||
data/locale/Makefile
|
||||
data/neutrino-scripts/Makefile
|
||||
data/scripts/Makefile
|
||||
data/themes/Makefile
|
||||
src/eitd/Makefile
|
||||
|
@@ -1,4 +1,4 @@
|
||||
SUBDIRS = fonts icons inetradio iso-codes license locale scripts themes
|
||||
SUBDIRS = fonts icons inetradio iso-codes license locale scripts themes neutrino-scripts
|
||||
|
||||
if BOXTYPE_TRIPLE
|
||||
SUBDIRS += lcd
|
||||
|
6
data/neutrino-scripts/Makefile.am
Normal file
6
data/neutrino-scripts/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
installdir = $(CONFIGDIR)
|
||||
install_DATA = flash.start
|
||||
|
||||
install-data-hook:
|
||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/flash.start
|
1
data/neutrino-scripts/flash.start
Executable file
1
data/neutrino-scripts/flash.start
Executable file
@@ -0,0 +1 @@
|
||||
#!/bin/sh
|
@@ -71,6 +71,7 @@
|
||||
#define NEUTRINO_LEAVE_DEEPSTANDBY_SCRIPT CONFIGDIR "/deepstandby.off"
|
||||
#define MOVIEPLAYER_START_SCRIPT CONFIGDIR "/movieplayer.start"
|
||||
#define MOVIEPLAYER_END_SCRIPT CONFIGDIR "/movieplayer.end"
|
||||
#define NEUTRINO_ENTER_FLASH_SCRIPT CONFIGDIR "/flash.start"
|
||||
|
||||
#define NEUTRINO_SCAN_SETTINGS_FILE CONFIGDIR "/scan.conf"
|
||||
#define NEUTRINO_PARENTALLOCKED_FILE DATADIR "/neutrino/.plocked"
|
||||
|
Reference in New Issue
Block a user