[SCM] qtbase packaging branch, master, updated. debian/5.9.2+dfsg-8-3-g1e80dd4

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sun Feb 4 01:12:48 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=1e80dd4

The following commit has been merged in the master branch:
commit 1e80dd468ea66104a1773190b51339ea852d2b8d
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Feb 3 22:12:01 2018 -0300

    Simplify shell expression.
---
 debian/libqt5core5a.postinst | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/libqt5core5a.postinst b/debian/libqt5core5a.postinst
index 2136c2b..484192b 100644
--- a/debian/libqt5core5a.postinst
+++ b/debian/libqt5core5a.postinst
@@ -4,8 +4,6 @@ set -e
 
 #DEBHELPER#
 
-if [ "$1" = configure ]; then
-    if [ -d /etc/xdg/QtProject ]; then
-        rmdir --ignore-fail-on-non-empty /etc/xdg/QtProject
-    fi
+if [ "$1" = configure ] && [ -d /etc/xdg/QtProject ] ; then
+    rmdir --ignore-fail-on-non-empty /etc/xdg/QtProject
 fi

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list