xref: /AOO42X/main/sysui/desktop/slackware/update-script (revision 72130dec962e8c48aa548ddb2ec8b24bf8523371)
1
2if (which update-desktop-database); then
3  update-desktop-database -q /usr/share/applications
4fi
5
6if (which update-mime-database); then
7  update-mime-database /usr/share/mime
8fi
9