Codebase list gnome-shell-extension-gamemode / HEAD scripts / post-install.sh
HEAD

Tree @HEAD (Download .tar.gz)

post-install.sh @HEADraw · history · blame

1
2
3
4
5
6
7
8
#!/bin/sh

SCHEMADIR="${1:-/usr/share/glib-2.0/schemas}"

if [ -z $DESTDIR ]; then
    TARGETDIR="${DESTDIR}/${SCHEMADIR}"
    glib-compile-schemas "${TARGETDIR}"
fi