]> git.pld-linux.org Git - packages/wine.git/commitdiff
- simplify trigger
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 22 Aug 2006 14:53:30 +0000 (14:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine.spec -> 1.249

wine.spec

index a7ff3fa1eabece1d47b0e54777ee76c08874b6a8..4d0029db995f07cbc9c6a92a9b3392ffe47f71b5 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -341,9 +341,7 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %triggerpostun -- wine < 1:0.9.12-1.9
-if [ -f /var/lock/subsys/wine ]; then
-       rm -f /var/lock/subsys/wine
-fi
+rm -f /var/lock/subsys/wine
 if [ -x /sbin/chkconfig ]; then
        /sbin/chkconfig --del wine
 fi
This page took 0.088422 seconds and 4 git commands to generate.