summaryrefslogtreecommitdiffstats
path: root/source/l/desktop-file-utils/doinst.sh
blob: 2de8e140e97dd552887254d17da677f4b3e40f18 (plain) (blame)
1
2
3
4
if [ -x /usr/bin/update-desktop-database ]; then
  chroot . /usr/bin/update-desktop-database /usr/share/applications 1> /dev/null 2>/dev/null
fi