From d326e8919f417004b49e4a5b649e24a5e08a0616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=9A=E5=AD=90?= Date: Fri, 10 Jun 2022 10:32:33 +0000 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=B5=8Byoyo-daemon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/spark-store.postinst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/spark-store.postinst b/debian/spark-store.postinst index f4cf8d5..c3da43f 100755 --- a/debian/spark-store.postinst +++ b/debian/spark-store.postinst @@ -48,7 +48,10 @@ case "$1" in if [ -x "/usr/bin/deepin-app-store-tool" ] ; then exit 0 fi - + # Quit if yoyo-daemon existed + if [ -x "/usr/bin/yoyo-daemon" ] ; then + exit 0 + fi # Trigger for UOS debs installation echo '--------检测到Uniontech标准软件包,运行补丁以修正安装--------' if [ -x "/usr/local/bin/spark-dstore-patch" ] ; then