[SCM] sddm packaging branch, master, updated. debian/0.12.0-4-2-g85eb04c
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Oct 1 18:47:19 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/sddm.git;a=commitdiff;h=85eb04c
The following commit has been merged in the master branch:
commit 85eb04c130af135f4e86d18b5e2d96e91b15a4d8
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Thu Oct 1 20:46:51 2015 +0200
Delete the sddm.log file on purge. (Closes: #793679)
---
debian/changelog | 2 +-
debian/sddm.postrm | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 0d4f223..af28a37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
sddm (0.12.0-5~) UNRELEASED; urgency=medium
- *
+ * Delete the sddm.log file on purge. (Closes: #793679)
-- Maximiliano Curia <maxy at debian.org> Thu, 01 Oct 2015 20:45:46 +0200
diff --git a/debian/sddm.postrm b/debian/sddm.postrm
index bf07b35..9ba5a8d 100644
--- a/debian/sddm.postrm
+++ b/debian/sddm.postrm
@@ -7,8 +7,10 @@ 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/run/sddm ]; then rm -r /var/run/sddm; fi
if [ -d /var/log/sddm ]; then rm -r /var/log/sddm; fi
if [ -d /run/sddm ]; then rm -r /run/sddm; fi
+ if [ -f /var/log/sddm.log ]; then rm /var/log/sddm.log; 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