aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/gtk+3/gtk+3/latest.pkg_postinst
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa57-poky-linux/gtk+3/gtk+3/latest.pkg_postinst')
-rw-r--r--packages/cortexa57-poky-linux/gtk+3/gtk+3/latest.pkg_postinst7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/cortexa57-poky-linux/gtk+3/gtk+3/latest.pkg_postinst b/packages/cortexa57-poky-linux/gtk+3/gtk+3/latest.pkg_postinst
new file mode 100644
index 000000000000..f85c55b1f638
--- /dev/null
+++ b/packages/cortexa57-poky-linux/gtk+3/gtk+3/latest.pkg_postinst
@@ -0,0 +1,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