diff --git a/fontconfig.spec.in b/fontconfig.spec.in index ab8f405..529f3eb 100644 --- a/fontconfig.spec.in +++ b/fontconfig.spec.in @@ -53,10 +53,11 @@ make %{_smp_mflags} [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %post -/sbin/ldconfig - -# Force regeneration of all fontconfig cache files. -fc-cache -f --system-only +{ + /sbin/ldconfig + # Force regeneration of all fontconfig cache files. + %{_bindir}/fc-cache -f --system-only +} %postun -p /sbin/ldconfig