Comment 17 for bug 340873

Revision history for this message
Daniele Napolitano (dnax88) wrote : Re: [Jaunty] modprobe requires .conf filenames now

Patch for debian/postrm:

--- postrm 2009-04-15 16:28:26.074874256 +0200
+++ postrm.orig 2009-04-15 16:28:11.658834448 +0200
@@ -5,7 +5,7 @@

 PACKAGE="irda-utils"
 MODULES_24="/etc/modutils/$PACKAGE"
-MODULES_26="/etc/modprobe.d/$PACKAGE"
+MODULES_26="/etc/modprobe.d/$PACKAGE.conf"
 CONFIG="/etc/default/$PACKAGE"

 if [ -f /usr/share/debconf/confmodule ]; then