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

pkgname=mate-notification-daemon

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