#!/bin/sh -e

pkgname=libmateweather

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