mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-05-18 15:19:49 +08:00
unlock before rm
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
parent
2a6e9046e7
commit
6697bd04f1
@ -234,6 +234,7 @@ if [ ! -z "$IS_SHA512SUM_CHECKED" ]; then
|
||||
if dpkg -s "$package_name" >/dev/null 2>&1; then
|
||||
echo "软件包已安装:$package_name"
|
||||
create_desktop_file
|
||||
unlock_file $DEBPATH
|
||||
rm "$DEBPATH"
|
||||
echo "${TRANSHELL_CONTENT_DEB_IS_DELETED}"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user