[Bug 403829] [NEW] flashplugin-installer prerm script fix

Daniel Hermansson launchpad at allyourba.se
Fri Jul 24 01:33:46 UTC 2009


Public bug reported:

Binary package hint: flashplugin-nonfree

flashplugin-installer has this on line 37 and 55 in its prerm script:
[ `update-alternatives --list "$p-flashplugin" | wc -l` = 0 ]  && \
which does not work as intended because updates-alternatives outputs errors to stderr.
obvious fix is to change lines 37 and 55 to:
[ `update-alternatives --list "$p-flashplugin" 2>&1| wc -l` = 0 ]  && \
and flashplugin-installer is uninstallable again.

ProblemType: Bug
Architecture: amd64
Date: Fri Jul 24 03:26:17 2009
DistroRelease: Ubuntu 9.10
Package: flashplugin-installer (not installed)
ProcEnviron:
 PATH=(custom, user)
 LANG=sv_SE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-3.19-generic
SourcePackage: flashplugin-nonfree
Uname: Linux 2.6.31-3-generic x86_64

** Affects: flashplugin-nonfree (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug

-- 
flashplugin-installer prerm script fix
https://bugs.launchpad.net/bugs/403829
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list