diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-12 17:45:56 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:45:56 +0200 |
commit | 029ae4f08f253e8d3bca1b6c72fce65387edfed3 (patch) | |
tree | c61a5241b8b2f0c855cc152f5a8924abc4831563 /system/roxterm/doinst.sh | |
parent | 773f02964db2efcd4e82beb489809094e0524bc4 (diff) |
system/roxterm: Updated for version 1.14.2
Diffstat (limited to 'system/roxterm/doinst.sh')
-rw-r--r-- | system/roxterm/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/roxterm/doinst.sh b/system/roxterm/doinst.sh index 6af9811528b0..ff5dd6d54791 100644 --- a/system/roxterm/doinst.sh +++ b/system/roxterm/doinst.sh @@ -1,4 +1,4 @@ -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 |