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

pkgname=mate-session-manager

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