summaryrefslogtreecommitdiff
path: root/gnome-unstable/evolution/evolution.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-unstable/evolution/evolution.install')
-rw-r--r--gnome-unstable/evolution/evolution.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-unstable/evolution/evolution.install b/gnome-unstable/evolution/evolution.install
index 805b877ca..500c5e2da 100644
--- a/gnome-unstable/evolution/evolution.install
+++ b/gnome-unstable/evolution/evolution.install
@@ -1,8 +1,8 @@
post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
+ glib-compile-schemas /usr/share/glib-2.0/schemas
gconfpkg --install evolution
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
}
pre_upgrade() {
@@ -18,7 +18,7 @@ pre_remove() {
}
post_remove() {
- 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
}