From: Elan Ruusamäe Date: Tue, 21 Aug 2012 20:31:53 +0000 (+0300) Subject: trigger: remove empty dir X-Git-Tag: auto/th/fontconfig-2.10.1-3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffontconfig.git;a=commitdiff_plain;h=b9d4e63a950a033048e7f3c348c6d90addb210c8 trigger: remove empty dir --- 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