Rename helper-templates to just helpers.
--HG-- extra : convert_revision : cbaa30da99805accbe250d8dee5494c78cb93291
This commit is contained in:
parent
25a6af5a07
commit
5bb36505b1
15 changed files with 9 additions and 9 deletions
16
helpers/pango-update-modules.sh
Normal file
16
helpers/pango-update-modules.sh
Normal file
|
@ -0,0 +1,16 @@
|
|||
#
|
||||
# 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…
Add table
Add a link
Reference in a new issue