diff options
author | piernov <piernov@piernov.org> | 2012-06-02 15:26:18 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-06-02 15:26:18 +0000 |
commit | 05130f6f07874b6f7387addc0855d39e624f002d (patch) | |
tree | 6666639c3d88f7e645927b6d86e85345f123892f /dconf/post-install | |
parent | c9542c095fb031fc66ef87530bc7bb4345f75d67 (diff) | |
download | gnome3-05130f6f07874b6f7387addc0855d39e624f002d.tar.gz gnome3-05130f6f07874b6f7387addc0855d39e624f002d.tar.bz2 gnome3-05130f6f07874b6f7387addc0855d39e624f002d.tar.xz gnome3-05130f6f07874b6f7387addc0855d39e624f002d.zip |
dconf dans extra
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 |