diff --git a/backgrounds/spacefun-wallpaper-widescreen.svg b/backgrounds/spacefun-wallpaper-widescreen.svg new file mode 100644 index 0000000..4ab616f --- /dev/null +++ b/backgrounds/spacefun-wallpaper-widescreen.svg @@ -0,0 +1,2304 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/debian/postinst b/debian/postinst index 03c3d99..1a4d888 100644 --- a/debian/postinst +++ b/debian/postinst @@ -22,7 +22,12 @@ if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then update-alternatives --install \ /usr/share/images/desktop-base/desktop-background \ desktop-background \ - /usr/share/images/desktop-base/moreblue-orbit-wallpaper.svg 55 + /usr/share/images/desktop-base/spacefun-wallpaper-widescreen.svg 55 + + update-alternatives --install \ + /usr/share/images/desktop-base/desktop-background \ + desktop-background \ + /usr/share/images/desktop-base/moreblue-orbit-wallpaper.svg 50 update-alternatives --install \ /usr/share/images/desktop-base/desktop-background \ @@ -32,12 +37,12 @@ if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then update-alternatives --install \ /usr/share/images/desktop-base/desktop-background \ desktop-background \ - /usr/share/images/desktop-base/nightly-wallpaper.png 45 + /usr/share/images/desktop-base/nightly-wallpaper.png 40 update-alternatives --install \ /usr/share/images/desktop-base/desktop-background \ desktop-background \ - /usr/share/images/desktop-base/debian-blueish-wallpaper.svg 35 + /usr/share/images/desktop-base/debian-blueish-wallpaper.svg 30 # Alternatives for the splash update-alternatives --install \ diff --git a/debian/prerm b/debian/prerm index 57bea8e..40fe91a 100644 --- a/debian/prerm +++ b/debian/prerm @@ -7,6 +7,9 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then update-alternatives --remove desktop-background \ /usr/share/images/desktop-base/spacefun-wallpaper.svg + update-alternatives --remove desktop-background \ + /usr/share/images/desktop-base/spacefun-wallpaper-widescreen.svg + update-alternatives --remove desktop-background \ /usr/share/images/desktop-base/moreblue-orbit-wallpaper.svg