diff options
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 |