summaryrefslogtreecommitdiff
path: root/gnome-unstable/yelp/yelp.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-21 00:01:20 +0000
committerroot <root@rshg054.dnsready.net>2012-03-21 00:01:20 +0000
commita3108a9a809c496e1f6a0e9caf0acebac3889bfb (patch)
treedf7be9bed47b2d4a4f0ae33d40a406a775a5d1e7 /gnome-unstable/yelp/yelp.install
parent99136e3a2e9f6f07a7ff08d5721bce354b853c8b (diff)
Wed Mar 21 00:01:20 UTC 2012
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
}