diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-11 22:26:56 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:26:56 +0200 |
commit | 540974b2685fc3f096c6e4f8016b3e2a22fd0415 (patch) | |
tree | f02f60e4ba2b4c04828fb6e617708b44dd5f4908 /system/pcmanfm/doinst.sh | |
parent | 2649a91533a8ef9e0dbc163bc2db945accdee600 (diff) | |
download | slackbuilds-540974b2685fc3f096c6e4f8016b3e2a22fd0415.tar.gz |
system/pcmanfm: Updated for version 0.5
Diffstat (limited to 'system/pcmanfm/doinst.sh')
-rw-r--r-- | system/pcmanfm/doinst.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/pcmanfm/doinst.sh b/system/pcmanfm/doinst.sh index 474753e464..1859c016e7 100644 --- a/system/pcmanfm/doinst.sh +++ b/system/pcmanfm/doinst.sh @@ -1,8 +1,8 @@ -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 -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 |