vdr/nvram-wakeup/debian postinst templates

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Wed, 07 Jul 2004 14:24:02 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian
In directory haydn:/tmp/cvs-serv21727/vdr/nvram-wakeup/debian

Modified Files:
	postinst templates 
Log Message:
remove debconf-template again, lintian complains about calling db_input in postinst

Index: postinst
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian/postinst,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- postinst	7 Jul 2004 13:53:37 -0000	1.5
+++ postinst	7 Jul 2004 14:23:59 -0000	1.6
@@ -51,8 +51,8 @@
     					echo "nvram" >> /etc/modules
 		    		fi
 				else
-					db_input high nvram-wakeup/no_module_note || true
-					db_go
+					echo "No nvram-module found, or nvram-support \
+					compilied in the kernel"
 				fi
 	 	 	fi
 		fi

Index: templates
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian/templates,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- templates	7 Jul 2004 13:36:23 -0000	1.4
+++ templates	7 Jul 2004 14:23:59 -0000	1.5
@@ -19,9 +19,3 @@
  - add nvram to /etc/modules
  .
  - alternatively you can use modconf to reach the same result
-
-Template: nvram-wakeup/no_module_note
-Type: note
-_Description: No nvram-module found
- The nvram-module could not be loaded, either you have compiled in the 
- nvram-support in your kernel, or your kernel is missing the nvram-support.