move control scripts from data/neutrino-scripts to data/control

Origin commit data
------------------
Branch: ni/coolstream
Commit: f74f2aef5c
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-26 (Sat, 26 Jan 2019)

Origin message was:
------------------
- move control scripts from data/neutrino-scripts to data/control

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-01-26 17:05:43 +01:00
parent d78ac5108f
commit e348e454fc
20 changed files with 2 additions and 2 deletions

View File

@@ -326,6 +326,7 @@ AC_OUTPUT([
Makefile Makefile
data/Makefile data/Makefile
data/config/Makefile data/config/Makefile
data/control/Makefile
data/fonts/Makefile data/fonts/Makefile
data/icons/Makefile data/icons/Makefile
data/icons/buttons/Makefile data/icons/buttons/Makefile
@@ -351,7 +352,6 @@ data/lcd/clock/Makefile
data/lcd/icons/Makefile data/lcd/icons/Makefile
data/license/Makefile data/license/Makefile
data/locale/Makefile data/locale/Makefile
data/neutrino-scripts/Makefile
data/pictures/Makefile data/pictures/Makefile
data/pictures/backgrounds/Makefile data/pictures/backgrounds/Makefile
data/pictures/screensaver/Makefile data/pictures/screensaver/Makefile

View File

@@ -1,5 +1,6 @@
SUBDIRS = \ SUBDIRS = \
config \ config \
control \
fonts \ fonts \
icons \ icons \
inetradio \ inetradio \
@@ -7,7 +8,6 @@ SUBDIRS = \
iso-codes \ iso-codes \
license \ license \
locale \ locale \
neutrino-scripts \
pictures \ pictures \
policy \ policy \
scripts \ scripts \