added references to createGstreamerRegistry.sh

This commit is contained in:
fgerlits 2005-08-05 11:37:18 +00:00
parent 277144d4ee
commit 39a876e907
2 changed files with 13 additions and 11 deletions

View file

@ -29,6 +29,7 @@ case "$1" in
# do post-installation configuration
$installdir/bin/createDatabase.sh
$installdir/bin/createOdbcDataSource.sh
$installdir/bin/createGstreamerRegistry.sh --directory=$installdir
# register and start the livesupport scheduler deamon
update-rc.d livesupport-station defaults 92 || true
if command -v invoke-rc.d >/dev/null 2>&1 ; then

View file

@ -93,6 +93,7 @@ install-arch:
$(CURDIR)/debian/livesupport/opt/livesupport/bin/scheduler.sh \
$(CURDIR)/debian/livesupport/opt/livesupport/bin/createDatabase.sh \
$(CURDIR)/debian/livesupport/opt/livesupport/bin/createOdbcDataSource.sh \
$(CURDIR)/debian/livesupport/opt/livesupport/bin/createGstreamerRegistry.sh \
$(CURDIR)/debian/livesupport-station/opt/livesupport/bin
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/etc/scheduler.xml* \
$(CURDIR)/debian/livesupport/opt/livesupport/etc/odbc* \