Skip to content
  • Iñigo Martínez's avatar
    build: Fix post install script · 8036b613
    Iñigo Martínez authored
    meson uses a post install script for compiling gsettings schemas
    and also updating the desktop database. However, it assumes that the
    data directory is the share directory under prefix, which might not
    be correct because the user can choose a different directory.
    
    This patch uses the data directory used by meson by passing it to
    the post install script.
    8036b613