Remove pango helper, will be replaced with a trigger.
--HG-- extra : convert_revision : c2179acf134b7fa6c28d1751f7865af8592eb736
This commit is contained in:
parent
d6fa1ac373
commit
d0300c200c
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
||||||
#
|
|
||||||
# This helper updates the pango modules file when the pango package
|
|
||||||
# has been properly installed and stowned.
|
|
||||||
#
|
|
||||||
|
|
||||||
pango_query_modules_cmd=$XBPS_MASTERDIR/bin/pango-querymodules
|
|
||||||
pango_query_modules_db=$XBPS_SYSCONFDIR/pango/pango.modules
|
|
||||||
|
|
||||||
if [ -x $pango_query_modules_cmd -a -w $pango_query_modules_db ]; then
|
|
||||||
$pango_query_modules_cmd > $pango_query_modules_db
|
|
||||||
[ "$?" -eq 0 ] && \
|
|
||||||
echo "=> Updated Pango's $pango_query_modules_db modules file."
|
|
||||||
fi
|
|
||||||
|
|
||||||
unset pango_query_modules_cmd
|
|
||||||
unset pango_query_modules_db
|
|
Loading…
Reference in a new issue