summaryrefslogtreecommitdiffstats
path: root/office/openoffice.org/doinst.sh
diff options
context:
space:
mode:
author Robby Workman2010-05-11 19:46:16 +0200
committer Michiel van Wessem2010-05-11 19:46:16 +0200
commit74fb9218347298898d0c1b351ef08270b249cd91 (patch)
tree1167a467dea1b13671b15771947aef548a6f4502 /office/openoffice.org/doinst.sh
parent00f1a427e6b4ca6e7ba53c30711a47246d0db461 (diff)
downloadslackbuilds-74fb9218347298898d0c1b351ef08270b249cd91.tar.gz
office/openoffice.org: Updated for version 2.4.0
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