diff --git a/data/control/Makefile.am b/data/control/Makefile.am index 0d02e5bc4..d64e7beff 100644 --- a/data/control/Makefile.am +++ b/data/control/Makefile.am @@ -16,6 +16,8 @@ install_DATA = \ recording.timer \ recording.start \ recording.end \ + scan.start \ + scan.stop \ standby.on \ standby.off @@ -35,5 +37,7 @@ install-data-hook: chmod 0755 $(DESTDIR)$(CONTROLDIR)/recording.timer chmod 0755 $(DESTDIR)$(CONTROLDIR)/recording.start chmod 0755 $(DESTDIR)$(CONTROLDIR)/recording.end + chmod 0755 $(DESTDIR)$(CONTROLDIR)/scan.start + chmod 0755 $(DESTDIR)$(CONTROLDIR)/scan.stop chmod 0755 $(DESTDIR)$(CONTROLDIR)/standby.on chmod 0755 $(DESTDIR)$(CONTROLDIR)/standby.off diff --git a/data/control/scan.start b/data/control/scan.start new file mode 100644 index 000000000..13f47935d --- /dev/null +++ b/data/control/scan.start @@ -0,0 +1,2 @@ +#!/bin/sh + diff --git a/data/control/scan.stop b/data/control/scan.stop new file mode 100644 index 000000000..13f47935d --- /dev/null +++ b/data/control/scan.stop @@ -0,0 +1,2 @@ +#!/bin/sh +