~ubuntu-branches/ubuntu/vivid/mutt/vivid-updates

« back to all changes in this revision

Viewing changes to debian/mutt-patched.postrm

Tags: 1.5.18-6
* Grab from upstream:
  + Guard idata->mailbox read in imap_mailbox_state.
    The bug happens when a user has more than a imap mailbox, when
    he/she browses through them mutt will segfault.
    (Closes: #462266, #513230, #514309. Mutt: #3057)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
if [ "$1" = remove ] ; then
 
4
        dpkg-divert --remove --package mutt-patched --rename \
 
5
                --divert /usr/bin/mutt.org /usr/bin/mutt
 
6
fi
 
7
 
 
8
#DEBHELPER#
 
9
 
 
10
exit 0