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

pkgname=mate-terminal

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