Fix postinst broken in 9.0.0~exp2 on install (and not upgrade) of the package.

This commit is contained in:
Aurélien COUDERC
2016-12-27 21:26:38 +00:00
parent 1112517546
commit 8618112058
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -3,8 +3,10 @@ desktop-base (9.0.0) UNRELEASED; urgency=medium
[ Aurélien COUDERC ]
* Implement Plymouth splash for Stretchs soft Waves theme.
(Closes: #843998, #842078)
* Prepare for plymouth splash integration into theme packs that will allow
splash selection via alternatives in the future.
* Prepare for plymouth splash integration into theme packs that will allow
splash selection via alternatives in the future.
* Fix postinst broken in 9.0.0~exp2 on install (and not upgrade) of the
package.
-- Aurélien COUDERC <zecoucou@free.fr> Tue, 27 Dec 2016 17:58:13 +0100
+1 -1
View File
@@ -4,7 +4,7 @@ set -e
# Tag to allow some debhelper commands to inject relevant code
#DEBHELPER#
if [ "${1}" = "configure" ]; then
if [ "${1}" = "configure" ] && [ ! -z "${2}" ]; then
if dpkg --compare-versions ${2} le "9.0.0~exp1"; then
# Try remove folder if empty, left after 9.0.0~exp1 conf suppression
# by debhelper conffile handling