Package: fuse
Version: 2.9.9-1

I upgraded from stretch to sid. when the upgrade reached the fuse package
it failed with error:

dpkg: error processing fuse (--configure):
subprocess installed post-installation script returned error exit status 1

So I ran:

sudo vi /var/lib/dpkg/info/fuse.postins

and changed line 34 from:

udevadm test --action -p  $(udevadm info -q path -n /dev/fuse)

to

udevadm test --action add  $(udevadm info -q path -n /dev/fuse)

Reply via email to