diff --git a/debian/spark-store.postinst b/debian/spark-store.postinst index f4cf8d54e6882bacf8c2578d6a69faf2a3e9ae61..c3da43f4462c7b72ca00d02f9a90a95086862cad 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