~ubuntu-branches/ubuntu/karmic/smart-notifier/karmic

« back to all changes in this revision

Viewing changes to debian/diskhealthnotifier.prerm.debhelper

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-03-31 18:28:26 UTC
  • Revision ID: james.westby@ubuntu.com-20060331182826-5zfoby2ks2l3nvgp
Tags: 0.24-1build1
Synchronize with Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Automatically added by dh_python
2
 
dpkg -L smart-notifier |
3
 
        awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
4
 
        xargs rm -f >&2
5
 
# End automatically added section