added references to createGstreamerRegistry.sh
This commit is contained in:
parent
277144d4ee
commit
39a876e907
2 changed files with 13 additions and 11 deletions
|
@ -29,6 +29,7 @@ case "$1" in
|
||||||
# do post-installation configuration
|
# do post-installation configuration
|
||||||
$installdir/bin/createDatabase.sh
|
$installdir/bin/createDatabase.sh
|
||||||
$installdir/bin/createOdbcDataSource.sh
|
$installdir/bin/createOdbcDataSource.sh
|
||||||
|
$installdir/bin/createGstreamerRegistry.sh --directory=$installdir
|
||||||
# register and start the livesupport scheduler deamon
|
# register and start the livesupport scheduler deamon
|
||||||
update-rc.d livesupport-station defaults 92 || true
|
update-rc.d livesupport-station defaults 92 || true
|
||||||
if command -v invoke-rc.d >/dev/null 2>&1 ; then
|
if command -v invoke-rc.d >/dev/null 2>&1 ; then
|
||||||
|
|
|
@ -93,6 +93,7 @@ install-arch:
|
||||||
$(CURDIR)/debian/livesupport/opt/livesupport/bin/scheduler.sh \
|
$(CURDIR)/debian/livesupport/opt/livesupport/bin/scheduler.sh \
|
||||||
$(CURDIR)/debian/livesupport/opt/livesupport/bin/createDatabase.sh \
|
$(CURDIR)/debian/livesupport/opt/livesupport/bin/createDatabase.sh \
|
||||||
$(CURDIR)/debian/livesupport/opt/livesupport/bin/createOdbcDataSource.sh \
|
$(CURDIR)/debian/livesupport/opt/livesupport/bin/createOdbcDataSource.sh \
|
||||||
|
$(CURDIR)/debian/livesupport/opt/livesupport/bin/createGstreamerRegistry.sh \
|
||||||
$(CURDIR)/debian/livesupport-station/opt/livesupport/bin
|
$(CURDIR)/debian/livesupport-station/opt/livesupport/bin
|
||||||
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/etc/scheduler.xml* \
|
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/etc/scheduler.xml* \
|
||||||
$(CURDIR)/debian/livesupport/opt/livesupport/etc/odbc* \
|
$(CURDIR)/debian/livesupport/opt/livesupport/etc/odbc* \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue