Are you sure you don't have a /dvb directory? The code is as follows:
if [ -e /dvb ] ; then
echo -n "Incorrect directory /dvb found; attempting to delete it ..."
find /dvb -type c -exec rm {} \;
find /dvb -type d -exec rmdir {} 2> /dev/null \;
rmdir /dvb 2> /dev/null
I guess that running sh -x /var/lib/dpkg/info/dvbtune.postinst will show what
the problem is with this. Only bug I see in the above is that it fails
if /dvb exists as a file, not a directory.
--
see shy jo
signature.asc
Description: Digital signature

