xbps-triggers: gsettings-schemas: exit if schemas dir doesn't exist.

This commit is contained in:
Juan RP 2011-10-05 14:53:41 +02:00
parent fc27de4743
commit a95ea21488
2 changed files with 2 additions and 1 deletions

View file

@ -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}... "

View file

@ -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>"