[neon/neon/settings/Neon/stable] debian: base-files for some reason is not setting the symlink

Carlos De Maine null at kde.org
Thu Jul 31 01:58:54 BST 2025


Git commit c8d17779f06bd96132537a9dd8a7759bad59cdaa by Carlos De Maine.
Committed on 31/07/2025 at 00:58.
Pushed by carlosdem into branch 'Neon/stable'.

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.


(cherry picked from commit 7e143cd81a1be5d3a7840d77995bdab483350e21)

Co-authored-by: Carlos De Maine <carlosdemaine at gmail.com>

M  +4    -0    debian/neon-settings-2.postinst

https://invent.kde.org/neon/neon/settings/-/commit/c8d17779f06bd96132537a9dd8a7759bad59cdaa

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