summaryrefslogtreecommitdiff
path: root/sysui
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
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')
-rw-r--r--sysui/desktop/debian/postinst4
-rw-r--r--sysui/desktop/debian/postrm4
2 files changed, 4 insertions, 4 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
diff --git a/sysui/desktop/debian/postrm b/sysui/desktop/debian/postrm
index 577221867455..42aa7892873d 100644
--- a/sysui/desktop/debian/postrm
+++ b/sysui/desktop/debian/postrm
@@ -6,10 +6,10 @@ if [ "$1" != "purge" ]; then
update-mime-database /usr/share/mime
fi
if [ -x /usr/bin/update-desktop-database ]; then
- update-desktop-database /usr/share/applications
+ update-desktop-database -q /usr/share/applications
fi
if [ -x /usr/bin/update-menus ]; then
update-menus
fi
fi
-exit 0 \ No newline at end of file
+exit 0