From 6fa1f4b59605581cb73c0e5d8c4684d479e7e21e Mon Sep 17 00:00:00 2001 From: fgerlits Date: Thu, 4 Aug 2005 14:02:06 +0000 Subject: [PATCH] removed reference to postInstallScheduler.sh; added mv gtk* to etc directory --- livesupport/etc/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livesupport/etc/debian/rules b/livesupport/etc/debian/rules index 90490c630..27fae861f 100755 --- a/livesupport/etc/debian/rules +++ b/livesupport/etc/debian/rules @@ -91,10 +91,10 @@ install-arch: mkdir -p $(CURDIR)/debian/livesupport-station/opt/livesupport/usr/lib mv -f $(CURDIR)/debian/livesupport/opt/livesupport/bin/scheduler \ $(CURDIR)/debian/livesupport/opt/livesupport/bin/scheduler.sh \ - $(CURDIR)/debian/livesupport/opt/livesupport/bin/postInstallScheduler.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* \ + $(CURDIR)/debian/livesupport/opt/livesupport/etc/gtk* \ $(CURDIR)/debian/livesupport-station/opt/livesupport/etc mv -f $(CURDIR)/debian/livesupport/opt/livesupport/var/LiveSupport/alib \ $(CURDIR)/debian/livesupport/opt/livesupport/var/LiveSupport/archiveServer \