summaryrefslogtreecommitdiffstats
path: root/games/quarry/doinst.sh
blob: 8211abc687c45e0bc90563bfc91288b60cc76e9d (plain) (blame)
1
2
3
4
5
6
if [ -x /usr/bin/update-desktop-database ]; then
  /usr/bin/update-desktop-database -q /usr/share/applications >/dev/null 2>&1
fi
if [ -x /usr/bin/update-mime-database ]; then
  /usr/bin/update-mime-database /usr/share/mime >/dev/null 2>&1
fi