[debian-edu-commits] debian-edu/ 01/01: Fix debian/update-debian-edu-artwork-(softwves|lines)

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Mon Oct 9 12:29:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-artwork.

commit a509166b0266b43ed3eecdefcecd7c8e5fafdcf8
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Mon Oct 9 14:28:19 2017 +0200

    Fix debian/update-debian-edu-artwork-(softwves|lines)
    
    Just in case spacefun is set as active theme, remove it as such. (Closes: #878016)
---
 debian/changelog                           | 8 ++++++++
 debian/update-debian-edu-artwork-lines     | 3 +++
 debian/update-debian-edu-artwork-softwaves | 3 +++
 3 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 982b675..4bb6ae4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debian-edu-artwork (0.903-2) UNRELEASED; urgency=medium
+
+  * Fix debian/update-debian-edu-artwork-(softwves|lines):
+    Just in case spacefun is set as active theme, remove it as such.
+    (Closes: #878016)
+
+ -- Wolfgang Schweer <wschweer at arcor.de>  Mon, 09 Oct 2017 12:56:55 +0200
+
 debian-edu-artwork (0.903-1) unstable; urgency=medium
 
   * New upstream version with spacefun artwork removed. (Closes: #765980)
diff --git a/debian/update-debian-edu-artwork-lines b/debian/update-debian-edu-artwork-lines
index 6adc5be..df46a48 100755
--- a/debian/update-debian-edu-artwork-lines
+++ b/debian/update-debian-edu-artwork-lines
@@ -136,6 +136,9 @@ case "$1" in
 		if [ -x /usr/sbin/update-debian-edu-artwork-softwaves ]; then
 			update-debian-edu-artwork-softwaves remove
 		fi
+		if [ -x /usr/sbin/update-debian-edu-artwork-spacefun ]; then
+			update-debian-edu-artwork-spacefun remove
+		fi
 		set_active_theme
 		change_ldm_background
 		change_grub_background
diff --git a/debian/update-debian-edu-artwork-softwaves b/debian/update-debian-edu-artwork-softwaves
index 850a11f..0e6a51c 100755
--- a/debian/update-debian-edu-artwork-softwaves
+++ b/debian/update-debian-edu-artwork-softwaves
@@ -144,6 +144,9 @@ case "$1" in
 		if [ -x /usr/sbin/update-debian-edu-artwork-lines ]; then
 			update-debian-edu-artwork-lines remove
 		fi
+		if [ -x /usr/sbin/update-debian-edu-artwork-spacefun ]; then
+			update-debian-edu-artwork-spacefun remove
+		fi
 		set_active_theme
 		change_ldm_background
 		change_grub_background

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git



More information about the debian-edu-commits mailing list