Fix that 9.0.0~exp1 fails to install on top of itself

This commit is contained in:
Aurélien COUDERC
2016-11-01 16:44:59 +00:00
parent 3df682bac7
commit 2af95a1f8c
+1 -1
View File
@@ -15,7 +15,7 @@ if [ "${1}" = "upgrade" ]; then
--remove /usr/share/pixmaps/splash/gnome-splash.png
fi
if dpkg --compare-versions ${2} lt 9.0.0; then
if dpkg --compare-versions ${2} lt "9.0.0~exp"; then
update-alternatives --remove-all desktop-splash
fi