home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- set -e
- # Automatically added by dh_gconf
- if [ "$1" = remove ] || [ "$1" = upgrade ]; then
- gconf-schemas --unregister update-manager.schemas
- fi
- # End automatically added section
- # Automatically added by dh_python
- dpkg -L update-manager |
- awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
- xargs rm -f >&2
- # End automatically added section
-