#!/bin/sh -e
pkgname=mate-terminal
if [ -f /usr/share/mateconf/schemas/${pkgname}.schemas ]; then
/usr/sbin/mateconfpkg --uninstall ${pkgname}
fi