add widescreen alternative

This commit is contained in:
Yves-Alexis Perez
2010-11-12 09:11:34 +00:00
parent 408f306074
commit 3cb4c3c02b
3 changed files with 2315 additions and 3 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 236 KiB

11
debian/postinst vendored
View File

@@ -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 \

3
debian/prerm vendored
View File

@@ -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