diff options
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r-- | trunk/src/createpkg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index 32eb58c..dbdb309 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -588,8 +588,9 @@ if [ $REMOVE_OLD_PACKAGE -eq $on ]; then fi -# TODO: Test and enhance the general cleanup -# svn_remove_empty_folders $MAKEPKG_REPOS +# General cleanup +echo Cleaning up the repository... +svn_remove_empty_folders $MAKEPKG_REPOS # Move package to SlackBuilds-like tree if [ $MOVE_BIN_PACKAGE -eq $on ]; then |