vdr/vdr-plugin-remote/debian postinst

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 16 Oct 2004 10:59:47 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-remote/debian
In directory haydn:/tmp/cvs-serv19378/vdr/vdr-plugin-remote/debian

Modified Files:
	postinst 
Log Message:
* commented out the code about adding the evdev-module to /etc/modules and loading it automatically - maybe we should add a debconf-note like in the nvram-wakeup-package?

Index: postinst
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-remote/debian/postinst,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- postinst	9 Oct 2004 16:11:14 -0000	1.1
+++ postinst	16 Oct 2004 10:59:45 -0000	1.2
@@ -1,8 +1,8 @@
 #! /bin/sh
 set -e
 
-/bin/grep -q "^evdev$" /etc/modules || echo "evdev" >> /etc/modules
-/sbin/modprobe evdev 2> /dev/null || echo "Error loading evdev module"
+#/bin/grep -q "^evdev$" /etc/modules || echo "evdev" >> /etc/modules
+#/sbin/modprobe evdev 2> /dev/null || echo "Error loading evdev module"
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.