diff --git a/backgrounds/moreblue-orbit-grub.png b/backgrounds/moreblue-orbit-grub.png
deleted file mode 100644
index 2e251fa..0000000
Binary files a/backgrounds/moreblue-orbit-grub.png and /dev/null differ
diff --git a/backgrounds/moreblue-orbit-grub.svg.tar.bz2 b/backgrounds/moreblue-orbit-grub.svg.tar.bz2
deleted file mode 100644
index 323182a..0000000
Binary files a/backgrounds/moreblue-orbit-grub.svg.tar.bz2 and /dev/null differ
diff --git a/backgrounds/moreblue-orbit-wallpaper-widescreen.png b/backgrounds/moreblue-orbit-wallpaper-widescreen.png
deleted file mode 100644
index d74297e..0000000
Binary files a/backgrounds/moreblue-orbit-wallpaper-widescreen.png and /dev/null differ
diff --git a/backgrounds/moreblue-orbit-wallpaper-widescreen.svg b/backgrounds/moreblue-orbit-wallpaper-widescreen.svg
deleted file mode 100644
index 71d1fe7..0000000
--- a/backgrounds/moreblue-orbit-wallpaper-widescreen.svg
+++ /dev/null
@@ -1,7014 +0,0 @@
-
-
-
diff --git a/backgrounds/moreblue-orbit-wallpaper.png b/backgrounds/moreblue-orbit-wallpaper.png
deleted file mode 100644
index 3ca84be..0000000
Binary files a/backgrounds/moreblue-orbit-wallpaper.png and /dev/null differ
diff --git a/backgrounds/moreblue-orbit-wallpaper.svg b/backgrounds/moreblue-orbit-wallpaper.svg
deleted file mode 100644
index 622087d..0000000
--- a/backgrounds/moreblue-orbit-wallpaper.svg
+++ /dev/null
@@ -1,7006 +0,0 @@
-
-
-
diff --git a/debian/changelog b/debian/changelog
index 8a064a3..ea76df1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+desktop-base (9.0.0~exp2) UNRELEASED; urgency=medium
+
+ [ Aurélien COUDERC ]
+ * Remove Moreblue theme from Lenny.
+
+ -- Aurélien COUDERC Mon, 07 Nov 2016 22:28:06 +0100
+
desktop-base (9.0.0~exp1) experimental; urgency=medium
[ Aurélien COUDERC ]
diff --git a/debian/copyright b/debian/copyright
index a8fff66..7247c3a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -108,11 +108,6 @@ The Spacefun plymouth script is © 2010 Aurelien Couderc and released under the
GPLv2 or any later version, using artwork from Valessio S. Brito under the
GPLv2.
-Moreblue Orbit theme (moreblue-orbit-splash, moreblue-orbit-grub and
-moreblue-orbit-wallpaper) is © 2008 Andre Ferreira and released under the
-GPLv2. It is based on the Debian “Open Use” Logo (without the “Debian” label).
-The GDM theme authors are Andre Ferreira, Fathi Boudra and Valessio S. Brito.
-
The GPL license (version 2) can be found in plain text format, on Debian
systems, at /usr/share/common-licenses/GPL-2
diff --git a/debian/postinst b/debian/postinst
index 1c8c1ce..3de34f8 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -54,8 +54,6 @@ joy-wallpaper_1920x1200.svg 50
joy-inksplat-wallpaper_1920x1080.svg 50
spacefun-wallpaper.svg 50
spacefun-wallpaper-widescreen.svg 50
-moreblue-orbit-wallpaper.svg 40
-moreblue-orbit-wallpaper-widescreen.svg 40
EOF
# Set up an alternative for the XML version of the background
diff --git a/debian/preinst b/debian/preinst
index 7282669..375359f 100644
--- a/debian/preinst
+++ b/debian/preinst
@@ -18,8 +18,8 @@ if [ "${1}" = "upgrade" ]; then
--remove /usr/share/pixmaps/splash/gnome-splash.png
fi
- if dpkg --compare-versions ${2} lt "9.0.0~exp"; then
- # Remove desktop splash alternative that we don’t ship anymore
+ if dpkg --compare-versions ${2} lt "9.0.0~"; then
+ # Remove alternative for desktop splash we don’t ship anymore
update-alternatives --remove-all desktop-splash
# Remove alternatives for Lines we now ship elsewhere as a theme pack
@@ -50,6 +50,18 @@ if [ "${1}" = "upgrade" ]; then
done << EOF
lines-grub.png
lines-grub-1920x1080.png
+EOF
+ fi
+
+ if dpkg --compare-versions ${2} lt "9.0.0~exp2"; then
+ # Remove alternatives for moreblue wallpapers we don’t ship anymore
+ while read background; do
+ update-alternatives --remove \
+ desktop-background \
+ /usr/share/images/desktop-base/$background
+ done << EOF
+moreblue-orbit-wallpaper.svg
+moreblue-orbit-wallpaper-widescreen.svg
EOF
fi
diff --git a/debian/prerm b/debian/prerm
index 9013b60..7986203 100644
--- a/debian/prerm
+++ b/debian/prerm
@@ -33,8 +33,6 @@ EOF
joy-inksplat-wallpaper_1920x1080.svg \
spacefun-wallpaper.svg \
spacefun-wallpaper-widescreen.svg \
- moreblue-orbit-wallpaper.svg \
- moreblue-orbit-wallpaper-widescreen.svg \
; do
update-alternatives --remove desktop-background /usr/share/images/desktop-base/$background
done