summaryrefslogtreecommitdiff
path: root/sysui/desktop/slackware/update-script
blob: f7f957ac9e336fe9222b9e99224c4bdd1935b0e7 (plain)
1
2
3
4
5
6
7
8

if (which update-desktop-database); then
  update-desktop-database -q /usr/share/applications
fi

if (which update-mime-database); then
  update-mime-database /usr/share/mime
fi