]> git.pld-linux.org Git - packages/gdkxft.git/commitdiff
- release 5: gdkxft_sysinstall -u only on remove, not upgrade
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 15 Feb 2002 23:30:06 +0000 (23:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdkxft.spec -> 1.24

gdkxft.spec

index d9a178e32d039079a41f213b7ed27f0fc5ba2821..db60dc239833a2aaf839a9ca464433eb2dd87b74 100644 (file)
@@ -8,7 +8,7 @@ Summary(pl):    Wsparcie dla font
 Summary(pt_BR):        Adapta o GTK-1.2 para suportar fontes xft
 Name:          gdkxft
 Version:       1.5
-Release:       4
+Release:       5
 License:       LGPL
 Group:         X11/Libraries
 Group(cs):     X11/Knihovny
@@ -170,7 +170,9 @@ rm -rf $RPM_BUILD_ROOT
 /sbin/ldconfig
 
 %preun
-%{_sbindir}/gdkxft_sysinstall -u
+if [ "$1" = "0" ]; then
+       %{_sbindir}/gdkxft_sysinstall -u
+fi
 
 %postun -p /sbin/ldconfig
 
This page took 0.077374 seconds and 4 git commands to generate.