[SCM] sddm packaging branch, master, updated. debian/0.11.0-4-18-gadfb7f6

Matthias Klumpp mak at moszumanska.debian.org
Sun Sep 6 15:00:59 UTC 2015


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

The following commit has been merged in the master branch:
commit adfb7f6689fba4cab2c62ea30cceb8c8a9079ee2
Author: Matthias Klumpp <matthias at tenstral.net>
Date:   Sun Sep 6 17:00:50 2015 +0200

    Don't fail when purging the package
---
 debian/changelog   | 1 +
 debian/sddm.postrm | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bbd945d..8b40348 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ sddm (0.12.0-1) UNRELEASED; urgency=medium
   * Refresh and reorganize remaining patches
   * debian/rules: Compile with DBUS_CONFIG_FILENAME set to non-conflicting name
   * Ensure Xsession script is marked as executable
+  * Don't fail when purging sddm
 
  -- Matthias Klumpp <mak at debian.org>  Sat, 05 Sep 2015 22:02:54 +0200
 
diff --git a/debian/sddm.postrm b/debian/sddm.postrm
index a211fbb..0ad5d6a 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 -rf /var/run/sddm/authority; 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