whoopsie.postinst rejects legal arguments
Bug #978436 reported by
Colin Watson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
whoopsie-daisy (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
case "$1" in
configure)
[...]
*)
;;
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'.
Changed in whoopsie-daisy (Ubuntu): | |
status: | New → Fix Committed |
To post a comment you must log in.
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 <email address hidden> Thu, 12 Apr 2012 09:00:26 +0100