~andrewsomething/qreator/arb-packaging

« back to all changes in this revision

Viewing changes to debian/qreator.prerm.debhelper

  • Committer: David Planella
  • Date: 2012-05-18 11:21:24 UTC
  • Revision ID: david.planella@ubuntu.com-20120518112124-w1nixubfchrzbimb
Creating ubuntu package

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 qreator 
 
5
else
 
6
        dpkg -L qreator | grep \.py$ | while read file
 
7
        do
 
8
                rm -f "${file}"[co] >/dev/null
 
9
        done
 
10
fi
 
11
 
 
12
# End automatically added section