xbps-triggers: pango-modules: create required dir.
This commit is contained in:
parent
c469e4a363
commit
b2d41666c3
2 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@ run)
|
||||||
post-*)
|
post-*)
|
||||||
if [ -x ${pango_bin} ]; then
|
if [ -x ${pango_bin} ]; then
|
||||||
echo "Updating pango modules file..."
|
echo "Updating pango modules file..."
|
||||||
|
mkdir -p etc/pango
|
||||||
${pango_bin} > ${pango_modules}
|
${pango_bin} > ${pango_modules}
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-triggers'
|
# Template file for 'xbps-triggers'
|
||||||
pkgname=xbps-triggers
|
pkgname=xbps-triggers
|
||||||
version=0.48
|
version=0.49
|
||||||
revision=1
|
revision=1
|
||||||
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