~ubuntu-branches/ubuntu/raring/lmodern/raring

« back to all changes in this revision

Viewing changes to debian/lmodern.postrm

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-02-12 14:24:44 UTC
  • Revision ID: package-import@ubuntu.com-20120212142444-gemzr5cshmx75fv0
Tags: 2.004.1-3.1ubuntu1
Use maintscript support in dh_installdeb rather than writing out
dpkg-maintscript-helper commands by hand.  We now simply Pre-Depend on a
new enough version of dpkg rather than using 'dpkg-maintscript-helper
supports' guards, leading to more predictable behaviour on upgrades.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        ;;
56
56
esac
57
57
 
58
 
if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then
59
 
  dpkg-maintscript-helper rm_conffile /etc/defoma/hints/lmodern.hints 2.004.1-3.1 -- "$@"
60
 
fi
61
 
 
62
58
 
63
59
#DEBHELPER#
64
60