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

pkgname=libmateweather

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