diff options
author | piernov <piernov@piernov.org> | 2011-09-02 19:08:44 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-02 19:08:44 +0200 |
commit | 218eae35c9639633bc48a4736aa8e8f8887d9d6e (patch) | |
tree | 65d771c85320e2cb11356dce7d5298d32fb7aca8 /gnome-online-accounts | |
parent | 1d5a9bd5a8a877707f4bf5cdb2c8941babc73382 (diff) | |
parent | 5b5f8908030ee94265b33c00190ad956c181ab93 (diff) | |
download | gnome3-218eae35c9639633bc48a4736aa8e8f8887d9d6e.tar.gz gnome3-218eae35c9639633bc48a4736aa8e8f8887d9d6e.tar.bz2 gnome3-218eae35c9639633bc48a4736aa8e8f8887d9d6e.tar.xz gnome3-218eae35c9639633bc48a4736aa8e8f8887d9d6e.zip |
Merge branch 'master' of ssh://piernov.org/srv/git/gnome3
Diffstat (limited to 'gnome-online-accounts')
-rwxr-xr-x | gnome-online-accounts/post-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnome-online-accounts/post-install b/gnome-online-accounts/post-install new file mode 100755 index 0000000..c4300d0 --- /dev/null +++ b/gnome-online-accounts/post-install @@ -0,0 +1,8 @@ +#!/bin/sh + +port=gnome-online-accounts + +# icon cache +gtk-update-icon-cache -q -t -f /usr/share/icons/gnome + +# End of file |