Kaydet (Commit) 4cbaa613 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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
üst ce0331c4
......@@ -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
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment