]> git.pld-linux.org Git - packages/XFree86.git/commitdiff
- for xdm and xfs move %%postun to %%preun
authorArtur Frysiak <artur@frysiak.net>
Thu, 12 Aug 1999 07:02:37 +0000 (07:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86.spec -> 1.62

XFree86.spec

index cc86a059646891d019cbea027dd67600f1d6c195..46f677a5dca18d9bc48329072a02da7aa9e07c9d 100644 (file)
@@ -1231,13 +1231,13 @@ else
        echo "Run \"/etc/rc.d/init.d/xdm start\" to start xdm." >&2
 fi
                
-%postun -n xfs
+%preun -n xfs
 if [ "$1" = "0" ]; then
        /etc/rc.d/init.d/xfs stop >&2
        /sbin/chkconfig --del xfs
 fi
 
-%postun -n xdm
+%preun -n xdm
 if [ "$1" = "0" ]; then
        /etc/rc.d/init.d/xdm stop >&2
        /sbin/chkconfig --del xdm
This page took 0.074655 seconds and 4 git commands to generate.