gatuno-terminal/distro/ubuntu/prerm

13 lines
166 B
Plaintext
Raw Normal View History

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