summaryrefslogtreecommitdiff
path: root/extra/rhythmbox/rhythmbox.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rhythmbox/rhythmbox.install')
-rw-r--r--extra/rhythmbox/rhythmbox.install17
1 files changed, 4 insertions, 13 deletions
diff --git a/extra/rhythmbox/rhythmbox.install b/extra/rhythmbox/rhythmbox.install
index cbea0e6b3..e02ee2c16 100644
--- a/extra/rhythmbox/rhythmbox.install
+++ b/extra/rhythmbox/rhythmbox.install
@@ -1,22 +1,13 @@
-pkgname=rhythmbox
-
post_install() {
- 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 -f -q -t usr/share/icons/hicolor
-}
-
-pre_upgrade() {
- if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
- usr/sbin/gconfpkg --uninstall ${pkgname}
- fi
+ gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
}
post_upgrade() {
- post_install $1
+ post_install
}
-
post_remove() {
- post_install $1
+ post_install
}