From d723b0dade9fd2c990931d21becd4baba65d54fa Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 16 Aug 2011 23:03:49 +0200 Subject: empathy 3.1.5-1 ajout port --- empathy/post-install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 empathy/post-install (limited to 'empathy/post-install') 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 -- cgit v1.2.3-54-g00ecf