summaryrefslogtreecommitdiffstats
path: root/icedtea-web/build/doinst.sh
blob: 3f2936c256b8092b6ee703f8f6cf13e8af1840be (plain)
1
2
3
4
5
6
7
8
9
10
# Update the desktop database:
if [ -x /usr/bin/update-desktop-database ]; then
  /usr/bin/update-desktop-database /usr/share/applications >/dev/null 2>&1
fi

# Update the mime database:
if [ -x /usr/bin/update-mime-database ]; then
  /usr/bin/update-mime-database /usr/share/mime >/dev/null 2>&1
fi