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

pkgname=mate-image-viewer

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