diff options
Diffstat (limited to 'localdebpool')
-rwxr-xr-x | localdebpool | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/localdebpool b/localdebpool index 746af40..2820662 100755 --- a/localdebpool +++ b/localdebpool @@ -190,6 +190,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 |