#!/bin/bash

set -e

pkgname=libmateweather

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

exit 0
