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