aboutsummaryrefslogtreecommitdiff
path: root/office/xpad/doinst.sh
diff options
context:
space:
mode:
authorFrank Caraballo <fecaraballo{at}gmail{dot}com>2010-05-11 22:26:14 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-11 22:26:14 +0200
commitaacb7196d396380dc06723d9eb41c132cb16fe3b (patch)
tree692e90661121b33c4265364bb6b647fd0916c0e5 /office/xpad/doinst.sh
parent213991207a385f866860fdd33ecccbc05915ba2d (diff)
downloadslackbuilds-aacb7196d396380dc06723d9eb41c132cb16fe3b.tar.xz
office/xpad: Updated for version 2.14
Diffstat (limited to 'office/xpad/doinst.sh')
-rw-r--r--office/xpad/doinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/office/xpad/doinst.sh b/office/xpad/doinst.sh
index 98d466d8b908..854e20633d66 100644
--- a/office/xpad/doinst.sh
+++ b/office/xpad/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 -q usr/share/applications
fi