From b9d4e63a950a033048e7f3c348c6d90addb210c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 21 Aug 2012 23:31:53 +0300 Subject: [PATCH] trigger: remove empty dir --- fontconfig.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fontconfig.spec b/fontconfig.spec index bee9aba..88609fa 100644 --- a/fontconfig.spec +++ b/fontconfig.spec @@ -1,13 +1,13 @@ # Conditional build %bcond_without static_libs # don't build static library %bcond_without doc -# + Summary: Font configuration and customization tools Summary(pl.UTF-8): Narzędzia do konfigurowania fontów Summary(pt_BR.UTF-8): Ferramentas para configuração e customização do acesso a fontes Name: fontconfig Version: 2.10.1 -Release: 2 +Release: 3 Epoch: 1 License: MIT Group: Libraries @@ -170,6 +170,7 @@ if [ -d %{_sysconfdir}/fonts/conf.avail ] && [ ! -L %{_sysconfdir}/fonts/conf.av install -d %{_datadir}/%{name}/conf.avail ln -s %{_datadir}/%{name}/conf.avail %{_sysconfdir}/fonts/conf.avail mv -f %{_sysconfdir}/fonts/conf.avail.rpmsave/*.conf %{_sysconfdir}/fonts/conf.avail/ + rmdir %{_sysconfdir}/fonts/conf.avail.rpmsave 2>/dev/null || : fi %post -- 2.43.0