gatuno-terminal/distro/ubuntu/preinst

10 lines
151 B
Plaintext
Raw Normal View History

2011-11-06 14:13:49 -06:00
#!/bin/sh -e
pkgname=mate-terminal
if [ -f /usr/share/mateconf/schemas/${pkgname}.schemas ]; then
/usr/sbin/mateconfpkg --uninstall ${pkgname}
fi