tango-icon-theme: run pango-modules trigger before install.

--HG--
extra : convert_revision : 9e3e90b01f23280754fdc6283ca4e02f073d302c
This commit is contained in:
Juan RP 2009-10-17 03:08:39 +02:00
parent fabd92400b
commit 613f8a22e9

View file

@ -21,3 +21,9 @@ Add_dependency build intltool
Add_dependency build ImageMagick
Add_dependency build icon-naming-utils
Add_dependency full librsvg
pre_build()
{
cd / && ${XBPS_TRIGGERSDIR}/pango-modules run post-install
cd $wrksrc
}