summaryrefslogtreecommitdiff
path: root/testing/empathy/empathy.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-15 23:14:47 +0000
committerroot <root@rshg054.dnsready.net>2011-11-15 23:14:47 +0000
commit91ef4ffb2e0ba850501329a8bbc0b326788bd58c (patch)
tree3731bbc0887d98ae3a45395f9826cc51ae3473c3 /testing/empathy/empathy.install
parent28b13b7e8e6e1e4fa1593f0dfb1c37569f2f90a8 (diff)
Tue Nov 15 23:14:47 UTC 2011
Diffstat (limited to 'testing/empathy/empathy.install')
-rw-r--r--testing/empathy/empathy.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/empathy/empathy.install b/testing/empathy/empathy.install
new file mode 100644
index 000000000..c3f7abf13
--- /dev/null
+++ b/testing/empathy/empathy.install
@@ -0,0 +1,18 @@
+post_install() {
+ usr/bin/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() {
+ usr/bin/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() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}