diff options
Diffstat (limited to 'empathy/post-install')
-rwxr-xr-x | empathy/post-install | 14 |
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 |