diff options
Diffstat (limited to 'network-manager-applet/post-install')
-rw-r--r-- | network-manager-applet/post-install | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/network-manager-applet/post-install b/network-manager-applet/post-install index 25f4960..0ce58db 100644 --- a/network-manager-applet/post-install +++ b/network-manager-applet/post-install @@ -2,13 +2,13 @@ port=network-manager-applet -# gconf schemas -/usr/sbin/gconfpkg --install $port - -# icon cache -gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor +# glib schemas +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas # desktop database update-desktop-database -q +# icon cache +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + # End of file |