diff options
-rwxr-xr-x | localdebpool | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/localdebpool b/localdebpool index c7f4a35..a01abbe 100755 --- a/localdebpool +++ b/localdebpool @@ -189,6 +189,9 @@ else exit 1 fi +debugprint "Clean dangling symlinks below \"$PRVBASE\" and \"$PUBBASE\"..." +symlinks -dr ${DEBUG:+-v} "$PRVBASE" "$PUBBASE" + # Create/update symlink farms $prvgrpdir and $pubpkgdir # # $PRVBASE/sections/$section/$dist/$section/$package/$pool/$buildhost |