diff options
Diffstat (limited to 'dconf/post-install')
-rwxr-xr-x | dconf/post-install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dconf/post-install b/dconf/post-install new file mode 100755 index 0000000..82e2cad --- /dev/null +++ b/dconf/post-install @@ -0,0 +1,11 @@ +#!/bin/sh + +port=dconf + +# glib schemas +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + +# icon cache +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + +# End of file |