diff options
Diffstat (limited to 'dconf/post-install')
-rwxr-xr-x | dconf/post-install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dconf/post-install b/dconf/post-install deleted file mode 100755 index 82e2cad..0000000 --- a/dconf/post-install +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 |