aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/gtk+3/gtk+3/latest.pkg_postinst
blob: f85c55b1f6385e4202b1c5c98ac8dca646e0a8ac (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e
	update-alternatives --install /usr/bin/gtk-update-icon-cache gtk-update-icon-cache /usr/bin/gtk-update-icon-cache-3.0 30
	glib-compile-schemas $D/usr/share/glib-2.0/schemas
if [ x"$D" = "x" ]; then
	if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi
fi