The problem is that we install mutliple alternatives (e.g. mozilla-javaplugin.so firefox-javaplugin.so etc) but the remove-common only attempts to remove "firefox-javaplugin.so" I think the following will solve it:
diff /usr/share/java-package/remove-common /tmp/remove-common 16a17 > local program="$1" 18c19 < --remove "firefox-javaplugin.so" "$plugin_dir/libjavaplugin_oji.so" --- > --remove "$program" "$plugin_dir/libjavaplugin_oji.so" Anton -- Anton Piatek email: [email protected] blog/photos: http://www.strangeparty.com pgp: [0xB307BAEF] (http://www.strangeparty.com/anton.asc) fingerprint: 116A 5F01 1E5F 1ADE 78C6 EDB3 B9B6 E622 B307 BAEF No trees were destroyed in the sending of this message, however, a significant number of electrons were terribly inconvenienced. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

