summaryrefslogtreecommitdiffstats
path: root/office/openoffice.org/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'office/openoffice.org/doinst.sh')
-rw-r--r--office/openoffice.org/doinst.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/office/openoffice.org/doinst.sh b/office/openoffice.org/doinst.sh
index a1aa08630c..daaf27f812 100644
--- a/office/openoffice.org/doinst.sh
+++ b/office/openoffice.org/doinst.sh
@@ -1,7 +1,7 @@
-if [ -x usr/bin/update-desktop-database ]; then
- usr/bin/update-desktop-database -q usr/share/applications
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications
fi
-if [ -x usr/bin/update-mime-database ]; then
- usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
+if [ -x /usr/bin/update-mime-database ]; then
+ /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi