summaryrefslogtreecommitdiff
path: root/community/gnome-packagekit/gnome-packagekit.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnome-packagekit/gnome-packagekit.install')
-rw-r--r--community/gnome-packagekit/gnome-packagekit.install8
1 files changed, 1 insertions, 7 deletions
diff --git a/community/gnome-packagekit/gnome-packagekit.install b/community/gnome-packagekit/gnome-packagekit.install
index 620670d57..5e4abe5d8 100644
--- a/community/gnome-packagekit/gnome-packagekit.install
+++ b/community/gnome-packagekit/gnome-packagekit.install
@@ -1,15 +1,9 @@
post_install() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+ 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.91.90) < 0 )); then
- usr/sbin/gconfpkg --uninstall gnome-packagekit
- fi
-}
-
post_upgrade() {
post_install
}