people.debian.org was down, so installing an update hangs at wget. But
that's not the bug I'm reporting... when UNINSTALLING, the uninstall
still hangs at wget. The flashplugin-nonfree.prerm runs:
update-flashplugin-nonfree --uninstall
But, that script doesn't properly check for the --uninstall argument,
and goes ahead and downloads a fresh copy of the binary
(flashplugin-nonfree-lastminute.gz). This is actually related to
Bug # 483659 where the user noticed that this script gave the message
'Adobe Flash Player installed.' when uninstalling.
This patch fixes the issue:
--- /usr/sbin/update-flashplugin-nonfree~ 2008-05-30 12:55:58.000000000 -0400
+++ /usr/sbin/update-flashplugin-nonfree 2008-06-14 12:37:14.000000000 -0400
@@ -35,6 +35,10 @@
ACTION="$1"
+if [ "$ACTION" = "--uninstall" ] ; then
+ exit 0
+fi
+
UNPACKDIR=`mktemp -d /tmp/flashplugin-nonfree.XXXXXXXXXX` || die_hard "mktemp failed"
echo "$UNPACKDIR" | grep -q "^/tmp/flashplugin-nonfree\." || die_hard "paranoia"
cd "$UNPACKDIR" || die_hard "cd failed"
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages flashplugin-nonfree depends on:
ii debconf [debconf-2.0] 1.5.11etch1 Debian configuration management sy
ii fontconfig 2.4.2-1.2 generic font configuration library
ii gnupg 1.4.6-2 GNU privacy guard - a free PGP rep
ii libatk1.0-0 1.12.4-3 The ATK accessibility toolkit
ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii libcairo2 1.2.4-4.1+etch1 The Cairo 2D vector graphics libra
ii libexpat1 1.95.8-3.4 XML parsing C library - runtime li
ii libfontconfig1 2.4.2-1.2 generic font configuration library
ii libfreetype6 2.2.1-5+etch2 FreeType 2 font engine, shared lib
ii libglib2.0-0 2.12.4-2 The GLib library of C routines
ii libgtk2.0-0 2.8.20-7 The GTK+ graphical user interface
ii libice6 1:1.0.1-2 X11 Inter-Client Exchange library
ii libpango1.0-0 1.14.8-5 Layout and rendering of internatio
ii libpng12-0 1.2.15~beta5-1 PNG library - runtime
ii libsm6 1:1.0.1-3 X11 Session Management library
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxau6 1:1.0.1-2 X11 authorisation library
ii libxcursor1 1.1.7-4 X cursor management library
ii libxdmcp6 1:1.0.1-2 X11 Display Manager Control Protoc
ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar
ii libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii libxi6 1:1.0.1-4 X11 Input extension library
ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii libxrandr2 2:1.1.0.2-5 X11 RandR extension library
ii libxrender1 1:0.9.1-3 X Rendering Extension client libra
ii libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii wget 1.10.2-2 retrieves files from the web
ii zlib1g 1:1.2.3-13 compression library - runtime
flashplugin-nonfree recommends no packages.
-- debconf information:
flashplugin-nonfree/httpget: false
flashplugin-nonfree/not_exist:
flashplugin-nonfree/local:
--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org