xbps-triggers: gsettings-schemas: exit if schemas dir doesn't exist.
This commit is contained in:
parent
fc27de4743
commit
a95ea21488
2 changed files with 2 additions and 1 deletions
srcpkgs/xbps-triggers
|
@ -33,6 +33,7 @@ run)
|
||||||
|
|
||||||
case "$TARGET" in
|
case "$TARGET" in
|
||||||
post-*)
|
post-*)
|
||||||
|
[ ! -d ${GLIB_SCHEMAS_DIR} ] && exit 0
|
||||||
# Compile all GSettings schema files.
|
# Compile all GSettings schema files.
|
||||||
echo -n "Refreshing GSettings database from "
|
echo -n "Refreshing GSettings database from "
|
||||||
echo -n "${GLIB_SCHEMAS_DIR}... "
|
echo -n "${GLIB_SCHEMAS_DIR}... "
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-triggers'
|
# Template file for 'xbps-triggers'
|
||||||
pkgname=xbps-triggers
|
pkgname=xbps-triggers
|
||||||
version=0.21
|
version=0.22
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="XBPS triggers"
|
short_desc="XBPS triggers"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Reference in a new issue