vdr/vdr/debian vdr.postinst

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 29 May 2004 18:20:08 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian
In directory haydn:/tmp/cvs-serv20044/vdr/vdr/debian

Modified Files:
	vdr.postinst 
Log Message:
ok, this time it should work :)

Index: vdr.postinst
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/vdr.postinst,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- vdr.postinst	29 May 2004 18:16:07 -0000	1.6
+++ vdr.postinst	29 May 2004 18:19:05 -0000	1.7
@@ -32,8 +32,8 @@
 	. /usr/share/debconf/confmodule
 	
 	# move cfg-files from /etc/vdr to /var/lib/vdr
-	for FILE in epg.data remote.conf setup.conf timers.conf do
-		if [ -e /etc/vdr/$FILE  -a ! -e /var/lib/vdr/$FILE ]; then
+	for FILE in epg.data remote.conf setup.conf timers.conf; do
+		if [ -e /etc/vdr/$FILE -a ! -e /var/lib/vdr/$FILE ]; then
 			printf "Note: Moving /etc/vdr/$FILE to /var/lib/vdr/$FILE\n"
 			mv /etc/vdr/$FILE /var/lib/vdr/$FILE
 		fi