From 26606f981048ee9efcda690b619d3c53501a7a58 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 19 Aug 2013 01:35:50 -0700 Subject: Mon Aug 19 01:34:37 PDT 2013 --- coherence/empathy-coherence/empathy.install | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 coherence/empathy-coherence/empathy.install (limited to 'coherence/empathy-coherence/empathy.install') diff --git a/coherence/empathy-coherence/empathy.install b/coherence/empathy-coherence/empathy.install new file mode 100644 index 000000000..4c5b64313 --- /dev/null +++ b/coherence/empathy-coherence/empathy.install @@ -0,0 +1,16 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + update-desktop-database -q + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + echo "To use Empathy you need to install at least one Telepathy connection manager." +} + +post_upgrade() { + glib-compile-schemas /usr/share/glib-2.0/schemas + update-desktop-database -q + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_remove() { + post_upgrade +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf