** Changed in: flashplugin-nonfree (Ubuntu)
       Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to flashplugin-nonfree in Ubuntu.
https://bugs.launchpad.net/bugs/403829

Title:
  flashplugin-installer prerm script fix

Status in “flashplugin-nonfree” package in Ubuntu:
  Confirmed

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/403829/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to