summaryrefslogtreecommitdiffstats
path: root/tomboy/post-install
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-16 23:02:25 +0200
committerpiernov <piernov@piernov.org>2011-08-16 23:03:12 +0200
commit49a27b59e249050c434d660b4410ca45705c4e56 (patch)
treefd0dc230e87f282d8d11771a9ee75e647d35965d /tomboy/post-install
parent26ed0a831827804eef8e9837c136f6533a28a091 (diff)
downloadgnome3-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-install11
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