mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[tools] Fix deletion of non-existent relnotes dir
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -12,9 +12,8 @@ GPLAY_PATH="$ANDROID_PATH/google/play/release-notes"
|
||||
pushd $ANDROID_PATH >/dev/null
|
||||
|
||||
echo "Deleting all GPlay relnotes symlinks in $GPLAY_PATH"
|
||||
pushd $GPLAY_PATH >/dev/null
|
||||
rm -rf *
|
||||
popd >/dev/null
|
||||
rm -rf $GPLAY_PATH
|
||||
mkdir -p $GPLAY_PATH
|
||||
|
||||
pushd fdroid/play/listings >/dev/null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user