[Bug 978436] Re: whoopsie.postinst rejects legal arguments

Launchpad Bug Tracker 978436 at bugs.launchpad.net
Thu Apr 12 09:14:18 UTC 2012


This bug was fixed in the package whoopsie-daisy - 0.1.30

---------------
whoopsie-daisy (0.1.30) precise; urgency=low

  * Stop rejecting legal arguments to the postinst (LP: #978436). Thanks
    Colin Watson!
 -- Evan Dandrea <ev at ubuntu.com>   Thu, 12 Apr 2012 09:00:26 +0100

** Changed in: whoopsie-daisy (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to whoopsie-daisy in Ubuntu.
https://bugs.launchpad.net/bugs/978436

Title:
  whoopsie.postinst rejects legal arguments

Status in “whoopsie-daisy” package in Ubuntu:
  Fix Released

Bug description:
  case "$1" in
          configure)
  [...]
          *)
                  echo "postinst called with an unknown argument \`$1'" >&2
                  exit 1
          ;;
  esac

  There are several legal arguments to postinst other than 'configure',
  and whoopsie needs to accept them even if it doesn't do anything
  special with them.  I suggest replacing that case statement with 'if [
  "$1" = configure" ]; then ...; fi'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie-daisy/+bug/978436/+subscriptions




More information about the foundations-bugs mailing list