diff options
author | piernov <piernov@piernov.org> | 2011-08-16 23:02:25 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-08-16 23:03:12 +0200 |
commit | 49a27b59e249050c434d660b4410ca45705c4e56 (patch) | |
tree | fd0dc230e87f282d8d11771a9ee75e647d35965d /tomboy/post-install | |
parent | 26ed0a831827804eef8e9837c136f6533a28a091 (diff) | |
download | gnome3-49a27b59e249050c434d660b4410ca45705c4e56.tar.gz gnome3-49a27b59e249050c434d660b4410ca45705c4e56.tar.bz2 gnome3-49a27b59e249050c434d660b4410ca45705c4e56.tar.xz gnome3-49a27b59e249050c434d660b4410ca45705c4e56.zip |
tomboy 1.7.3-1 ajout port
Diffstat (limited to 'tomboy/post-install')
-rw-r--r-- | tomboy/post-install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tomboy/post-install b/tomboy/post-install new file mode 100644 index 0000000..12c41a4 --- /dev/null +++ b/tomboy/post-install @@ -0,0 +1,11 @@ +#!/bin/sh + +port=tomboy + +# gconf schemas +/usr/sbin/gconfpkg --install $port + +# icon cache +gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor + +# End of file |