summaryrefslogtreecommitdiff
path: root/coherence/empathy-coherence/empathy.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-19 11:02:22 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-19 11:02:22 -0300
commit0e3fa90965b0af932c0372eb51c4ccf273b3d989 (patch)
treefad0afe987432bca6fa5bb665ef0ace7c641f929 /coherence/empathy-coherence/empathy.install
parent0226109e40b1b85ac831e8d9e2f72905865423c5 (diff)
parent5b316867f18cf4cba516938e83329e45ef4b2f28 (diff)
downloadabslibre-0e3fa90965b0af932c0372eb51c4ccf273b3d989.tar.gz
abslibre-0e3fa90965b0af932c0372eb51c4ccf273b3d989.tar.bz2
abslibre-0e3fa90965b0af932c0372eb51c4ccf273b3d989.zip
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'coherence/empathy-coherence/empathy.install')
-rw-r--r--coherence/empathy-coherence/empathy.install16
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