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

pkgname=mate-file-manager

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