diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-11 22:26:42 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:26:42 +0200 |
commit | 9f19f18007800e89973f212c65659db8842c7cb6 (patch) | |
tree | 4dc3aacb8a08e0f290333beb25be63794b4021a3 /system/graveman/doinst.sh | |
parent | c43dba4d1cbab83c56ee7e443a649a6ed099e78f (diff) |
system/graveman: Updated for version 0.3.12.5
Diffstat (limited to 'system/graveman/doinst.sh')
-rw-r--r-- | system/graveman/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/graveman/doinst.sh b/system/graveman/doinst.sh index 98d466d8b908..033f010d40c8 100644 --- a/system/graveman/doinst.sh +++ b/system/graveman/doinst.sh @@ -1,3 +1,3 @@ -if [ -x usr/bin/update-desktop-database ]; then - ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 fi |