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
14
helpers/gtk-update-icon-cache.sh
Normal file
14
helpers/gtk-update-icon-cache.sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# This helper updates the GTK's theme icon cache as requested by
|
||||
# any template.
|
||||
#
|
||||
|
||||
gtkupdate_iconcache_cmd=$XBPS_MASTERDIR/bin/gtk-update-icon-cache
|
||||
iconcache_theme_dir=$XBPS_MASTERDIR/share/icons/hicolor
|
||||
|
||||
if [ -x $gtkupdate_iconcache_cmd -a -d $iconcache_theme_dir ]; then
|
||||
$gtkupdate_iconcache_cmd -f -t $iconcache_theme_dir && \
|
||||
echo "=> Updated GTK's hicolor icon cache theme."
|
||||
fi
|
||||
|
||||
unset gtkupdate_iconcache_cmd iconcache_theme_dir
|
Loading…
Add table
Add a link
Reference in a new issue