]> git.pld-linux.org Git - packages/STonX.git/commitdiff
- s/else/fi/
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Sep 2001 10:09:10 +0000 (10:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STonX.spec -> 1.4

STonX.spec

index 5e114d73fcd1a84c7e1b935ee423bd8b8cfb4e92..5c5dfd084926cad4f854267a6ad46883c392c620 100644 (file)
@@ -86,7 +86,7 @@ if [ -x /usr/X11R6/bin/mkfontdir ]; then
 fi
 if [ -f /var/lock/subsys/xfs ]; then
        /etc/rc.d/init.d/xfs reload
 fi
 if [ -f /var/lock/subsys/xfs ]; then
        /etc/rc.d/init.d/xfs reload
-else
+fi
 
 %postun
 if [ -x /usr/X11R6/bin/mkfontdir ]; then
 
 %postun
 if [ -x /usr/X11R6/bin/mkfontdir ]; then
@@ -94,7 +94,7 @@ if [ -x /usr/X11R6/bin/mkfontdir ]; then
 fi
 if [ -f /var/lock/subsys/xfs ]; then
        /etc/rc.d/init.d/xfs reload
 fi
 if [ -f /var/lock/subsys/xfs ]; then
        /etc/rc.d/init.d/xfs reload
-else
+fi
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
This page took 0.12967 seconds and 4 git commands to generate.