]> git.pld-linux.org Git - packages/wine.git/commitdiff
- don't try to stop wine service in trigger, binfmt-detector just overrides it
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 10 Aug 2006 05:25:54 +0000 (05:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine.spec -> 1.245

wine.spec

index 8dfd538f9a160e7f3d3a05ea368a80c15bafc2d3..9345026744f64eb9007c33637c85af4a8414856a 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -341,7 +341,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %triggerpostun -- wine < 1:0.9.12-1.9
 if [ -f /var/lock/subsys/wine ]; then
-       /etc/rc.d/init.d/wine stop >&2
+       rm -f /var/lock/subsys/wine
 fi
 if [ -x /sbin/chkconfig ]; then
        /sbin/chkconfig --del wine
This page took 0.200548 seconds and 4 git commands to generate.