mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2025-12-18 21:11:39 +08:00
gitpush
This commit is contained in:
13
打包用例/pre_update.sh
Normal file
13
打包用例/pre_update.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
function Remove_Bottle_Before_Update(){
|
||||
chmod -R +w $HOME/.deepinwine/$BOTTLENAME
|
||||
rm -rf $HOME/.deepinwine/$BOTTLENAME
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
function CallPreUpdate(){
|
||||
echo "$HOME/.deepinwine/$BOTTLENAME is going to be deleted before Update"
|
||||
|
||||
Remove_Bottle_Before_Update
|
||||
}
|
||||
Reference in New Issue
Block a user