Hi, I'm was make a patch of postinst script to flashplugin-nonfree 9.0.21.55.1 package.
To apply patch down the patch file and as root execute: # patch -p0 < flashplugin-nonfree.postinst.patch Regards, Anibal Fenoglio
--- /var/lib/dpkg/info/old/flashplugin-nonfree.postinst 2006-11-09 12:44:55.000000000 -0300 +++ /var/lib/dpkg/info/flashplugin-nonfree.postinst 2006-11-09 12:43:42.000000000 -0300 @@ -21,7 +21,7 @@ mksymlink() { [ -e $1 ] || return -1 - [ ! -e $2 ] || return -1 + [ ! -e $2 ] || rm $2 ln -s $1 $2 || return -1 return 0 }