summaryrefslogtreecommitdiff
path: root/distro/ubuntu/preinst
blob: 9d1435d8daba1ea560ee5389cf30e81683fa61c7 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

pkgname=mate-control-center

if [ -f /usr/sbin/mateconfpkg ]; then
	/usr/sbin/mateconfpkg --uninstall ${pkgname}
fi