JezK
Edit File: libpango1.0-common.postrm
#!/bin/sh set -e if [ "$1" = "purge" ]; then rm -rf /etc/pango rm -rf /var/lib/defoma/pango.d fi