diff options
Diffstat (limited to 'system/gnome-online-accounts/doinst.sh')
-rw-r--r-- | system/gnome-online-accounts/doinst.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/gnome-online-accounts/doinst.sh b/system/gnome-online-accounts/doinst.sh new file mode 100644 index 000000000000..bd3e3102795e --- /dev/null +++ b/system/gnome-online-accounts/doinst.sh @@ -0,0 +1,12 @@ + +if [ -e usr/share/glib-2.0/schemas ]; then + if [ -x /usr/bin/glib-compile-schemas ]; then + /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1 + fi +fi + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |