reassign 316069 debhelper
thanks

Matías Costa a écrit :
Package: lm-sensors
Version: 1:2.9.1-2 0

post-removal script fails with the message
/var/lib/dpkg/info/lm-sensors.postrm: line 27: [: missing `]'
dpkg: error al procesar lm-sensors (--purge):

Exactly at that line is writen:

        update-modules >/dev/null || [ "$?" = 3]

It's clear it should be:

        update-modules >/dev/null || [ "$?" = 3 ]

This script is generated by debhelper. Reassigning the bug to this package.

Aurelien

--
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   [EMAIL PROTECTED]         | [EMAIL PROTECTED]
   `-    people.debian.org/~aurel32 | www.aurel32.net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to