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

pkgname=mate-window-manager

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

exit 0