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

pkgname=libmateweather

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

exit 0