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

pkgname=mate-panel

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