home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / gimp-python.prerm < prev    next >
Encoding:
Text File  |  2006-07-10  |  167 b   |  8 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_python
  4. dpkg -L gimp-python |
  5.     awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
  6.     xargs rm -f >&2
  7. # End automatically added section
  8.