xbps-triggers: gtk-icon-cache: make sure icondir exists.

This commit is contained in:
Juan RP 2012-12-05 10:51:13 +01:00
parent 82adcc64b0
commit 6c83e539f2
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ run)
case "$TARGET" in
post-*)
for dir in ${gtk_iconcache_dirs}; do
if [ -x ${iconcache_bin} ]; then
if [ -d "${dir}" -a -x ${iconcache_bin} ]; then
echo -n "Updating GTK+ icon cache for "
echo "${dir}..."
${iconcache_bin} -q -f -t ${dir}

View file

@ -1,6 +1,6 @@
# Template file for 'xbps-triggers'
pkgname=xbps-triggers
version=0.54
version=0.55
revision=1
short_desc="XBPS triggers"
maintainer="Juan RP <xtraeme@gmail.com>"