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

pkgname=mate-screensaver

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