aboutsummaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-11-28 03:30:14 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-11-28 03:30:14 +0000
commitdf955f1cdf74d0580e0622d7b260d7ae91607357 (patch)
treeb30cd9d2a81ef93c871dea7faa7a125791f2b668 /trunk/src
parent4034db0b36181430815acb9c740ffc13f0ef6ce3 (diff)
downloadsimplepkg-df955f1cdf74d0580e0622d7b260d7ae91607357.tar.gz
simplepkg-df955f1cdf74d0580e0622d7b260d7ae91607357.tar.bz2
new function svn_remove_empty_folders
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@582 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src')
-rw-r--r--trunk/src/createpkg2
1 files changed, 2 insertions, 0 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index ce9c3a5..bd2a2ea 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -578,6 +578,8 @@ if [ $REMOVE_OLD_PACKAGE -eq $on ]; then
fi
done
+ svn_remove_empty_folders .
+
cd $cwd
else