Commit c57df388 authored by Mike Gabriel's avatar Mike Gabriel
Browse files

debian/update-debian-edu-artwork-*: Properly remove the other unwanted edu themes on configure.

parent d7aab2a3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ debian-edu-artwork (2.10.1.0.3-2) UNRELEASED; urgency=medium
  * debian/*.triggers:
    + Add changes on the spacefun theme package as interest-noawait triggers.
      Also fix incomplete triggers of previous artwork themes.
  * debian/update-debian-edu-artwork-*:
    + Properly remove the other unwanted edu themes on configure.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 04 Dec 2018 15:42:06 +0100

+4 −0
Original line number Diff line number Diff line
@@ -145,6 +145,10 @@ case "$1" in
		if [ -x /usr/sbin/update-debian-edu-artwork-softwaves ]; then
			update-debian-edu-artwork-softwaves remove
		fi
		# honour themes shipped in src:pkg debian-edu-artwork-legacy
		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
+4 −0
Original line number Diff line number Diff line
@@ -133,9 +133,13 @@ restore_lockscreen() {

case "$1" in
	configure)
		if [ -x /usr/sbin/update-debian-edu-artwork-buster ]; then
			update-debian-edu-artwork-buster remove
		fi
		if [ -x /usr/sbin/update-debian-edu-artwork-softwaves ]; then
			update-debian-edu-artwork-softwaves remove
		fi
		# honour themes shipped in src:pkg debian-edu-artwork-legacy
		if [ -x /usr/sbin/update-debian-edu-artwork-spacefun ]; then
			update-debian-edu-artwork-spacefun remove
		fi
+4 −0
Original line number Diff line number Diff line
@@ -141,9 +141,13 @@ restore_lockscreen() {

case "$1" in
	configure)
		if [ -x /usr/sbin/update-debian-edu-artwork-buster ]; then
			update-debian-edu-artwork-buster remove
		fi
		if [ -x /usr/sbin/update-debian-edu-artwork-lines ]; then
			update-debian-edu-artwork-lines remove
		fi
		# honour themes shipped in src:pkg debian-edu-artwork-legacy
		if [ -x /usr/sbin/update-debian-edu-artwork-spacefun ]; then
			update-debian-edu-artwork-spacefun remove
		fi