mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03: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
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user