summaryrefslogtreecommitdiff
path: root/distro/ubuntu/prerm
blob: b8c3d489e69a70c86dc4662c6d7fab8812bd3420 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -e

pkgname=mate-system-monitor

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

exit 0