[SCM] sddm packaging branch, kubuntu_unstable, updated. 6a1726beec8dd7539a29fc70a943f9bd14110a46

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Jul 8 13:08:00 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/sddm.git;a=commitdiff;h=6a1726b

The following commit has been merged in the kubuntu_unstable branch:
commit 6a1726beec8dd7539a29fc70a943f9bd14110a46
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Jul 8 15:07:31 2015 +0200

    fix bloody postrm
    
    if you check for one thing and delete another thing that is kinda asking
    for failure
---
 debian/sddm.postrm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/sddm.postrm b/debian/sddm.postrm
index a211fbb..21c5560 100644
--- a/debian/sddm.postrm
+++ b/debian/sddm.postrm
@@ -8,7 +8,7 @@ case "$1" in
         if [ -d /var/cache/sddm ]; then rm -r /var/cache/sddm; fi
         if [ -d /var/lib/sddm ]; then rm -r /var/lib/sddm; fi
         if [ -d /var/log/sddm ]; then rm -r /var/log/sddm; fi
-        if [ -d /var/run/sddm ]; then rm -r /var/run/sddm/authority; fi
+        if [ -d /var/run/sddm ]; then rm -r /var/run/sddm; fi
 
         if getent passwd sddm >/dev/null; then
             if [ -x /usr/sbin/deluser ]; then

-- 
sddm packaging



More information about the pkg-kde-commits mailing list