diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-08-20 01:03:50 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-08-20 01:03:50 -0300 |
commit | f6fdbc4ba29f50f77c6ec1cbce249569551c6cfc (patch) | |
tree | 64bf1197fd3f13baa8fb1ea30671540cf21c27f7 /nonprism/empathy-nonprism/empathy.install | |
parent | 54dc76aa52ec1f0feb46e36604fa7a15fa8062d6 (diff) | |
download | abslibre-f6fdbc4ba29f50f77c6ec1cbce249569551c6cfc.tar.gz abslibre-f6fdbc4ba29f50f77c6ec1cbce249569551c6cfc.tar.bz2 abslibre-f6fdbc4ba29f50f77c6ec1cbce249569551c6cfc.zip |
move coherence to nonprism repo
Diffstat (limited to 'nonprism/empathy-nonprism/empathy.install')
-rw-r--r-- | nonprism/empathy-nonprism/empathy.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nonprism/empathy-nonprism/empathy.install b/nonprism/empathy-nonprism/empathy.install new file mode 100644 index 000000000..4c5b64313 --- /dev/null +++ b/nonprism/empathy-nonprism/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 |