summaryrefslogtreecommitdiff
path: root/sysui/desktop/debian/postinst
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-08-18 11:45:43 +0000
committerRüdiger Timm <rt@openoffice.org>2005-08-18 11:45:43 +0000
commit4cbaa613ecd23e9df146c1c956f1d2ae52d1c4b1 (patch)
treed54b849c7710b27dc969fb123fc3f54382ffa263 /sysui/desktop/debian/postinst
parentce0331c41e518a5ce25d271a5c1d57f62797b990 (diff)
INTEGRATION: CWS debianer (1.2.22); FILE MERGED
2005/08/12 06:33:04 obr 1.2.22.1: #i52018# added -q switch to update-desktop-database call
Diffstat (limited to 'sysui/desktop/debian/postinst')
-rw-r--r--sysui/desktop/debian/postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysui/desktop/debian/postinst b/sysui/desktop/debian/postinst
index d0dbbc1a3409..5557bbc7ee98 100644
--- a/sysui/desktop/debian/postinst
+++ b/sysui/desktop/debian/postinst
@@ -7,7 +7,7 @@ if [ "$1" = "configure" ] ; then # first install
fi
# update desktop database
if [ -x /usr/bin/update-desktop-database ]; then
- update-desktop-database /usr/share/applications
+ update-desktop-database -q /usr/share/applications
fi
# update debian style menus
if [ -x /usr/bin/update-menus ]; then
@@ -138,4 +138,4 @@ END
mv -f /etc/mailcap.tmp$$ /etc/mailcap
fi
-exit 0 \ No newline at end of file
+exit 0