#!/bin/bash

set -e

pkgname=mate-power-manager

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

exit 0
