summaryrefslogtreecommitdiff
path: root/gnome-unstable/yelp/yelp.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-unstable/yelp/yelp.install')
-rw-r--r--gnome-unstable/yelp/yelp.install10
1 files changed, 2 insertions, 8 deletions
diff --git a/gnome-unstable/yelp/yelp.install b/gnome-unstable/yelp/yelp.install
index f3bf19a93..2a1cb91e9 100644
--- a/gnome-unstable/yelp/yelp.install
+++ b/gnome-unstable/yelp/yelp.install
@@ -1,15 +1,9 @@
post_install() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
update-desktop-database -q
}
-pre_upgrade() {
- if (( $(vercmp $2 2.90.0) < 0 )); then
- usr/sbin/gconfpkg --uninstall yelp
- fi
-}
-
post_upgrade() {
post_install
}