summaryrefslogtreecommitdiff
path: root/development/tkcvs/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'development/tkcvs/doinst.sh')
-rw-r--r--development/tkcvs/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/tkcvs/doinst.sh b/development/tkcvs/doinst.sh
index 37f8fcb218..0f4a153ca0 100644
--- a/development/tkcvs/doinst.sh
+++ b/development/tkcvs/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
+ usr/bin/update-desktop-database usr/share/applications > /dev/null 2>&1
fi