[neon/neon/settings/Neon/release] debian: base-files for some reason is not setting the symlink
Carlos De Maine
null at kde.org
Thu Jul 31 01:57:42 BST 2025
Git commit 7e143cd81a1be5d3a7840d77995bdab483350e21 by Carlos De Maine.
Committed on 31/07/2025 at 00:57.
Pushed by carlosdem into branch 'Neon/release'.
base-files for some reason is not setting the symlink
required so dpkg-vendor --query vendor returns the correct string to
identify neon. set here to make sure it's correct.
M +4 -0 debian/neon-settings-2.postinst
https://invent.kde.org/neon/neon/settings/-/commit/7e143cd81a1be5d3a7840d77995bdab483350e21
diff --git a/debian/neon-settings-2.postinst b/debian/neon-settings-2.postinst
index 88d5b99..ef47872 100644
--- a/debian/neon-settings-2.postinst
+++ b/debian/neon-settings-2.postinst
@@ -78,4 +78,8 @@ if [ -d /run/systemd/system ]; then
pipewire.service || true
fi
+# base-files for some reason is not setting the symlink required so dpkg-vendor --query vendor
+# returns the correct string to identify neon. set here to make sure it's correct.
+ln -sf /etc/dpkg/origins/neon /etc/dpkg/origins/default
+
exit 0
More information about the Neon-commits
mailing list