mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-02-04 09:51:37 +08:00
update debian/spark-store.postinst.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
6
debian/spark-store.postinst
vendored
6
debian/spark-store.postinst
vendored
@@ -42,7 +42,11 @@ case "$1" in
|
||||
ln -s -f /opt/durapps/spark-store/bin/aptss /usr/local/bin/ss-apt-fast
|
||||
|
||||
ln -s -f /opt/durapps/spark-store/bin/aptss /usr/bin/aptss
|
||||
ln -sf /usr/lib/qt5/bin/spark-update-tool /usr/bin/spark-update-tool
|
||||
if [ -f "/usr/lib/qt5/bin/spark-update-tool" ]; then
|
||||
ln -sf /usr/lib/qt5/bin/spark-update-tool /usr/bin/spark-update-tool
|
||||
else
|
||||
ln -sf /usr/lib/qt6/bin/spark-update-tool /usr/bin/spark-update-tool
|
||||
fi
|
||||
|
||||
|
||||
# Install key
|
||||
|
||||
Reference in New Issue
Block a user