summaryrefslogtreecommitdiff
path: root/meson-postinstall.sh
blob: 39ed378fd9fd439836b9d6093b394d6cf3070e08 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Package managers set this so we don't need to run
if [ -z "$DESTDIR" ]; then
  echo Updating desktop database...
  update-desktop-database -q ${MESON_INSTALL_PREFIX}/share/applications
fi