summarylogtreecommitdiffstats
path: root/openbazaar.install
diff options
context:
space:
mode:
Diffstat (limited to 'openbazaar.install')
-rw-r--r--openbazaar.install10
1 files changed, 5 insertions, 5 deletions
diff --git a/openbazaar.install b/openbazaar.install
index 924ef9a45139..6ac1fe6227e5 100644
--- a/openbazaar.install
+++ b/openbazaar.install
@@ -1,14 +1,14 @@
post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database
}
post_upgrade() {
- post_install $1
+ post_install $1
}
post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database
}