~ubuntu-branches/ubuntu/wily/ttf-alee/wily

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-08-12 12:39:13 UTC
  • Revision ID: package-import@ubuntu.com-20130812123913-ayxiconwcaq0wnar
Tags: 13
* QA upload.
* Set maintainer to Debian QA Group (see #707576).
* 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
  (closes: #659614).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
 
3
 
set -e
4
 
 
5
 
if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then
6
 
  dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-alee.hints 12+nmu1 -- "$@"
7
 
fi
8
 
 
9
 
#DEBHELPER#