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

pkgname=mate-settings-daemon

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