summaryrefslogtreecommitdiff
path: root/distro/ubuntu/postinst
blob: 06416a1a38adb04f6063731ba2599249d33c1ed4 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

pkgname=libmatekbd

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

exit 0