This repository has been archived on 2025-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pamac-classic/meson_scripts/install_schemas.sh

7 lines
156 B
Bash
Executable File

#!/bin/bash
if [[ -z "${DESTDIR}" ]]; then
echo Compiling gsettings schemas...
glib-compile-schemas ${MESON_INSTALL_PREFIX}/share/glib-2.0/schemas
fi