aboutsummaryrefslogtreecommitdiff
path: root/desktop/thunar-thumbnailers/doinst.sh
diff options
context:
space:
mode:
authorRobby Workman <rw@rlworkman.net>2010-05-13 00:23:15 +0200
committerMichiel van Wessem <michiel@slackbuilds.org>2010-05-13 00:23:15 +0200
commitdb6eedae69f6ffff9eeeb26e517238fcde328bfb (patch)
tree819f5fdfc5edd2382da5a2d7a1c4ed565ff4df54 /desktop/thunar-thumbnailers/doinst.sh
parent46ad980cb8e3587f6746743d055e00cd21ffc6d5 (diff)
downloadslackbuilds-db6eedae69f6ffff9eeeb26e517238fcde328bfb.tar.xz
desktop/thunar-thumbnailers: Updated for version 0.4.1
Diffstat (limited to 'desktop/thunar-thumbnailers/doinst.sh')
-rw-r--r--desktop/thunar-thumbnailers/doinst.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop/thunar-thumbnailers/doinst.sh b/desktop/thunar-thumbnailers/doinst.sh
index 8b00f9054be3..3a3d7b6dc6a8 100644
--- a/desktop/thunar-thumbnailers/doinst.sh
+++ b/desktop/thunar-thumbnailers/doinst.sh
@@ -1,5 +1,4 @@
-
-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