Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
deepin-default-settings (2025.06.11) unstable; urgency=medium

* deepin-manual deb to linglong.

-- lichenggang <lichenggang@deepin.org> 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.
Expand Down
4 changes: 2 additions & 2 deletions debian/deepin-default-settings.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading