File: post-install.sh

package info (click to toggle)
gnome-shell-extension-gamemode 4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 296 kB
  • sloc: sh: 63; python: 43; makefile: 34; xml: 25
file content (8 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (3)
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