Binary files /tmp/tmpharmu0vz/uEHnSGX8EK/ubuntudde-icon-theme-2023.08.11/dci/ubuntudde.dci and /tmp/tmpharmu0vz/66Xc_exMi0/ubuntudde-icon-theme-2023.08.13/dci/ubuntudde.dci differ diff -Nru ubuntudde-icon-theme-2023.08.11/debian/changelog ubuntudde-icon-theme-2023.08.13/debian/changelog --- ubuntudde-icon-theme-2023.08.11/debian/changelog 2023-08-11 07:24:49.000000000 +0000 +++ ubuntudde-icon-theme-2023.08.13/debian/changelog 2023-08-12 21:12:12.000000000 +0000 @@ -1,3 +1,9 @@ +ubuntudde-icon-theme (2023.08.13) lunar; urgency=medium + + * Add dci for ubuntudde logo. + + -- Arun Kumar Pariyar Sun, 13 Aug 2023 02:57:12 +0545 + ubuntudde-icon-theme (2023.08.11) lunar; urgency=medium * Displace launcher icon for flow, hazy-color and organic-glass. diff -Nru ubuntudde-icon-theme-2023.08.11/debian/postinst ubuntudde-icon-theme-2023.08.13/debian/postinst --- ubuntudde-icon-theme-2023.08.11/debian/postinst 1970-01-01 00:00:00.000000000 +0000 +++ ubuntudde-icon-theme-2023.08.13/debian/postinst 2023-08-12 21:12:12.000000000 +0000 @@ -0,0 +1,37 @@ +#!/bin/bash +set -e + +ICONS_DIR=/usr/share/dsg/icons + +# Triggered after package installation +case "$1" in +configure) + if [ -f "$ICONS_DIR/flow/deepin-launcher.dci" ]; then + rm "$ICONS_DIR/flow/deepin-launcher.dci" + ln -s "$ICONS_DIR/ubuntudde.dci" "$ICONS_DIR/flow/deepin-launcher.dci" + fi + if [ -f "$ICONS_DIR/hazy-color/deepin-launcher.dci" ]; then + rm "$ICONS_DIR/hazy-color/deepin-launcher.dci" + ln -s "$ICONS_DIR/ubuntudde.dci" "$ICONS_DIR/hazy-color/deepin-launcher.dci" + fi + if [ -f "$ICONS_DIR/macaron/deepin-launcher.dci" ]; then + rm "$ICONS_DIR/macaron/deepin-launcher.dci" + ln -s "$ICONS_DIR/ubuntudde.dci" "$ICONS_DIR/macaron/deepin-launcher.dci" + fi + if [ -f "$ICONS_DIR/organic-glass/deepin-launcher.dci" ]; then + rm "$ICONS_DIR/organic-glass/deepin-launcher.dci" + ln -s "$ICONS_DIR/ubuntudde.dci" "$ICONS_DIR/organic-glass/deepin-launcher.dci" + fi + ;; + +abort-upgrade | abort-remove | abort-deconfigure) + # Do nothing on these actions + ;; +*) + echo "postinst called with unknown argument: $1" >&2 + exit 1 + ;; +esac + +# Exit with success +exit 0 diff -Nru ubuntudde-icon-theme-2023.08.11/debian/ubuntudde-icon-theme.install ubuntudde-icon-theme-2023.08.13/debian/ubuntudde-icon-theme.install --- ubuntudde-icon-theme-2023.08.11/debian/ubuntudde-icon-theme.install 2023-08-11 07:23:14.000000000 +0000 +++ ubuntudde-icon-theme-2023.08.13/debian/ubuntudde-icon-theme.install 2023-08-12 21:12:12.000000000 +0000 @@ -7,4 +7,5 @@ bloom-fantacy /usr/share/icons/ flow /usr/share/icons/ hazy-color /usr/share/icons/ -organic-glass /usr/share/icons/ \ No newline at end of file +organic-glass /usr/share/icons/ +dci/ubuntudde.dci /usr/share/dsg/icons/ \ No newline at end of file