summaryrefslogtreecommitdiff
path: root/meson/meson-postinstall.sh
blob: 4500dcb016e0c1c1821884d734ae3c6fa580fd6f (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Package managers set this so we don't need to run
if [ -z "$DESTDIR" ]; then
  echo Compiling GSettings schemas...
  glib-compile-schemas ${MESON_INSTALL_PREFIX}/share/glib-2.0/schemas

  echo Updating desktop database...
  update-desktop-database -q ${MESON_INSTALL_PREFIX}/share/applications
fi