summaryrefslogtreecommitdiff
path: root/testing/brasero/brasero.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/brasero/brasero.install')
-rw-r--r--testing/brasero/brasero.install10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/brasero/brasero.install b/testing/brasero/brasero.install
index b6c57055e..9248062f7 100644
--- a/testing/brasero/brasero.install
+++ b/testing/brasero/brasero.install
@@ -1,14 +1,14 @@
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
- update-mime-database usr/share/mime > /dev/null
+ update-mime-database /usr/share/mime > /dev/null
}
post_upgrade() {
- post_install $1
+ post_install
}
post_remove() {
- post_install $1
+ post_install
}