[neon/neon/ubuntu-advantage-tools/Neon/release] debian: no need for inverted commas
Carlos De Maine
null at kde.org
Fri Jun 19 13:36:07 BST 2026
Git commit 37b41e22c7144e55c7777a35364cbbe46121f913 by Carlos De Maine.
Committed on 19/06/2026 at 12:36.
Pushed by carlosdem into branch 'Neon/release'.
no need for inverted commas
M +2 -2 debian/ubuntu-advantage-tools.postinst
https://invent.kde.org/neon/neon/ubuntu-advantage-tools/-/commit/37b41e22c7144e55c7777a35364cbbe46121f913
diff --git a/debian/ubuntu-advantage-tools.postinst b/debian/ubuntu-advantage-tools.postinst
index e461972..33bc9de 100644
--- a/debian/ubuntu-advantage-tools.postinst
+++ b/debian/ubuntu-advantage-tools.postinst
@@ -15,9 +15,9 @@ fi
dpkg-divert --rename --remove /etc/apt/apt.conf.d/20apt-esm-hook.conf || true
dpkg-divert --no-rename --add --package ubuntu-advantage-tools --divert /etc/kde_neon/20apt-esm-hook.conf.distrib /etc/apt/apt.conf.d/20apt-esm-hook-neon.conf
-if [ -L "/etc/apt/apt.conf.d/20apt-esm-hook.conf" -o ! -e "/etc/apt/apt.conf.d/20apt-esm-hook.conf" ]
+if [ -L /etc/apt/apt.conf.d/20apt-esm-hook.conf -o ! -e /etc/apt/apt.conf.d/20apt-esm-hook.conf ]
then
- ln --force --relative --symbolic "/etc/kde_neon/20apt-esm-hook.conf" "/etc/apt/apt.conf.d/20apt-esm-hook.conf"
+ ln --force --relative --symbolic /etc/kde_neon/20apt-esm-hook.conf /etc/apt/apt.conf.d/20apt-esm-hook.conf
fi
#DEBHELPER#
More information about the Neon-commits
mailing list