mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-29 07:02:20 +08:00
如果安装了dstore不再瞎jb刷存在感
This commit is contained in:
parent
5bdf9c69ea
commit
c8e8560584
12
debian/spark-store.postinst
vendored
12
debian/spark-store.postinst
vendored
@ -29,16 +29,12 @@ case "$1" in
|
|||||||
|
|
||||||
triggered)
|
triggered)
|
||||||
# Trigger for UOS debs installation
|
# Trigger for UOS debs installation
|
||||||
echo '-----------星火应用商店现已集成 UOS 包补丁工具--------------'
|
if [ -f "/usr/bin/deepin-app-store-tool" ]; then
|
||||||
if [ -x "/usr/bin/deepin-app-store-tool" ] ; then
|
|
||||||
echo '----------检测到已安装深度应用商店,不运行补丁---------------'
|
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
echo '--------检测到Uniontech标准软件包,运行补丁以修正安装--------'
|
||||||
if [ -x "/usr/local/bin/spark-dstore-patch" ] ; then
|
|
||||||
echo '-------检测到 Uniontech 标准软件包,运行补丁以修正安装-------'
|
|
||||||
/usr/local/bin/spark-dstore-patch
|
/usr/local/bin/spark-dstore-patch
|
||||||
echo '---------- spark-dstore-patch 补丁工具已运行完毕----------'
|
echo '-----------spark-dstore-patch补丁工具已运行完毕-----------'
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user