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

pkgname=libmatekbd

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