~xpresser-team/xpresser/xpresser-with-special-keys

« back to all changes in this revision

Viewing changes to debian/python-xpresser.prerm.debhelper

  • Committer: Chris Wayne
  • Date: 2012-07-05 15:56:48 UTC
  • Revision ID: chris.wayne@canonical.com-20120705155648-5kmc3gih12slvr7y
Adding debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
# Automatically added by dh_python2:
3
 
if which pyclean >/dev/null 2>&1; then
4
 
        pyclean -p python-xpresser 
5
 
else
6
 
        dpkg -L python-xpresser | grep \.py$ | while read file
7
 
        do
8
 
                rm -f "${file}"[co] >/dev/null
9
 
        done
10
 
fi
11
 
 
12
 
# End automatically added section