summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcommitpkg9
1 files changed, 9 insertions, 0 deletions
diff --git a/commitpkg b/commitpkg
index c57213b..7d533a0 100755
--- a/commitpkg
+++ b/commitpkg
@@ -160,4 +160,13 @@ if [ "${arch[*]}" == 'any' ]; then
echo 'done'
popd >/dev/null
fi
+else
+ if [ -d ../repos/$repo-any ]; then
+ pushd ../repos/ >/dev/null
+ echo "removing $repo-any..."
+ svn rm $repo-any
+ svn commit -q -m "removed $repo-any for $pkgname"
+ echo 'done'
+ popd >/dev/null
+ fi
fi