#!/bin/sh -e

pkgname=mate-text-editor

/usr/sbin/mateconfpkg --uninstall ${pkgname}

exit 0