xref: /AOO42X/main/sysui/desktop/slackware/update-script (revision e4ed64deae9df3957f9b5281c6880c3c3de84d6c)
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