#!/bin/bash

set -e

pkgname=mate-system-monitor

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

exit 0
