Introduce $gtk_iconcache_dirs to fix the gtk-icon-cache trigger.

--HG--
extra : convert_revision : 1be7864a5554fd3779092adcdf1e9410be5d55a9
This commit is contained in:
Juan RP 2009-04-20 01:20:31 +02:00
parent b6ed0f2b03
commit cad15bd3d2
3 changed files with 22 additions and 6 deletions

View file

@ -90,6 +90,15 @@ _EOF
echo >> $tmpf
fi
#
# Handle GTK+ Icon cache directories.
#
if [ -n "${gtk_iconcache_dirs}" ]; then
echo "export gtk_iconcache_dirs=\"${gtk_iconcache_dirs}\"" \
>> $tmpf
echo >> $tmpf
fi
if [ -n "$triggers" ]; then
found=1
echo "case \"\${ACTION}\" in" >> $tmpf