From 62ba5721696c473881fc398d1de251366b07a1c0 Mon Sep 17 00:00:00 2001 From: lichenggang Date: Wed, 11 Jun 2025 14:08:33 +0800 Subject: [PATCH] feat: deepin-manual deb to linglong deepin-manual deb to linglong Log: --- debian/changelog | 6 ++++++ debian/deepin-default-settings.postinst | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 42721d9..1ddd8bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +deepin-default-settings (2025.06.11) unstable; urgency=medium + + * deepin-manual deb to linglong. + + -- lichenggang Wed, 11 Jun 2025 14:05:27 +0800 + deepin-default-settings (2025.05.09) unstable; urgency=medium * refactor dde-first-run and add fcixt5-theme config. diff --git a/debian/deepin-default-settings.postinst b/debian/deepin-default-settings.postinst index cee32d9..58eb65c 100644 --- a/debian/deepin-default-settings.postinst +++ b/debian/deepin-default-settings.postinst @@ -102,8 +102,8 @@ _Generate_Icon_manual () { if [ -f /etc/os-version ]; then if [ "$(cat /etc/os-version) | grep -iq "Community" " ]; then if [ ! -f /etc/skel/Desktop/deepin-manual.desktop ];then - if [ -f /usr/share/applications/deepin-manual.desktop ];then - ln -s /usr/share/applications/deepin-manual.desktop /etc/skel/Desktop/deepin-manual.desktop || true + if [ -f /var/lib/linglong/entries/share/applications/deepin-manual.desktop ];then + ln -s /var/lib/linglong/entries/share/applications/deepin-manual.desktop /etc/skel/Desktop/deepin-manual.desktop || true fi fi fi