diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-11 22:26:12 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:26:12 +0200 |
commit | c97c8432a939fc20f5e0e1e6a23a2657307c2c62 (patch) | |
tree | 83fbf1cbb83c91ab99748c7a8b7e6e3a484d43bb /office/osmo/doinst.sh | |
parent | c35e6fbc3ac90cf92a75de773a558a0112551ad2 (diff) | |
download | slackbuilds-c97c8432a939fc20f5e0e1e6a23a2657307c2c62.tar.gz |
office/osmo: Updated for version 0.2.2
Diffstat (limited to 'office/osmo/doinst.sh')
-rw-r--r-- | office/osmo/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/osmo/doinst.sh b/office/osmo/doinst.sh index 5dc6bb58c0..140e332222 100644 --- a/office/osmo/doinst.sh +++ b/office/osmo/doinst.sh @@ -1,3 +1,3 @@ -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 |