From 613f8a22e96e0990f90ec36ff02dd5bb0971ba9f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 17 Oct 2009 03:08:39 +0200 Subject: [PATCH] tango-icon-theme: run pango-modules trigger before install. --HG-- extra : convert_revision : 9e3e90b01f23280754fdc6283ca4e02f073d302c --- templates/tango-icon-theme/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/tango-icon-theme/template b/templates/tango-icon-theme/template index 97a8fad06a7..c744b518ef2 100644 --- a/templates/tango-icon-theme/template +++ b/templates/tango-icon-theme/template @@ -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 +}