Gnome2 splash -> also remove alternative

This commit is contained in:
Aurélien COUDERC
2016-10-30 07:14:22 +00:00
parent 1d6dec4c67
commit 471d521f0d
+2 -2
View File
@@ -1,8 +1,8 @@
#!/bin/bash -e
set -e
if [ "$1" = configure ] && dpkg --compare-versions "$2" lt-nl 7; then
update-alternatives --remove desktop-grub /usr/share/images/desktop-base/moreblue-orbit-grub.png
if [ "$1" = configure ] && [ -h /etc/alternatives/desktop-splash ] ; then
update-alternatives --remove-all desktop-splash
fi
if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then