summaryrefslogtreecommitdiff
path: root/extra/empathy/empathy.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/empathy/empathy.install')
-rw-r--r--extra/empathy/empathy.install12
1 files changed, 5 insertions, 7 deletions
diff --git a/extra/empathy/empathy.install b/extra/empathy/empathy.install
index c3f7abf13..f8d2dfb1f 100644
--- a/extra/empathy/empathy.install
+++ b/extra/empathy/empathy.install
@@ -1,18 +1,16 @@
post_install() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+ glib-compile-schemas /usr/share/glib-2.0/schemas
update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ 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
+ glib-compile-schemas /usr/share/glib-2.0/schemas
update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ 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
+ post_upgrade
}