summaryrefslogtreecommitdiffstats
path: root/empathy/post-install
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-16 23:03:49 +0200
committerpiernov <piernov@piernov.org>2011-08-16 23:03:49 +0200
commitd723b0dade9fd2c990931d21becd4baba65d54fa (patch)
tree4d9127ab7186e5f31f057d91252a79e9f3af4baf /empathy/post-install
parent49a27b59e249050c434d660b4410ca45705c4e56 (diff)
downloadgnome3-d723b0dade9fd2c990931d21becd4baba65d54fa.tar.gz
gnome3-d723b0dade9fd2c990931d21becd4baba65d54fa.tar.bz2
gnome3-d723b0dade9fd2c990931d21becd4baba65d54fa.tar.xz
gnome3-d723b0dade9fd2c990931d21becd4baba65d54fa.zip
empathy 3.1.5-1 ajout port
Diffstat (limited to 'empathy/post-install')
-rwxr-xr-xempathy/post-install14
1 files changed, 14 insertions, 0 deletions
diff --git a/empathy/post-install b/empathy/post-install
new file mode 100755
index 0000000..7cde4d7
--- /dev/null
+++ b/empathy/post-install
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+port=empathy
+
+# 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
+
+# desktop database
+update-desktop-database -q
+
+# End of file