diff options
Diffstat (limited to 'coherence/empathy-coherence/empathy.install')
-rw-r--r-- | coherence/empathy-coherence/empathy.install | 16 |
1 files changed, 16 insertions, 0 deletions
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 |