[tools] Fix deletion of non-existent relnotes dir

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-11-06 00:11:10 +07:00
parent 8865dac083
commit 39332db8fc

View File

@@ -12,9 +12,8 @@ GPLAY_PATH="$ANDROID_PATH/google/play/release-notes"
pushd $ANDROID_PATH >/dev/null pushd $ANDROID_PATH >/dev/null
echo "Deleting all GPlay relnotes symlinks in $GPLAY_PATH" echo "Deleting all GPlay relnotes symlinks in $GPLAY_PATH"
pushd $GPLAY_PATH >/dev/null rm -rf $GPLAY_PATH
rm -rf * mkdir -p $GPLAY_PATH
popd >/dev/null
pushd fdroid/play/listings >/dev/null pushd fdroid/play/listings >/dev/null