From: Vincent Bernat Date: Sat, 8 Jan 2011 15:02:34 +0000 (+0000) Subject: Remove bin directory. It is now empty. X-Git-Url: https://git.donarmstrong.com/?p=roundcube.git;a=commitdiff_plain;h=c3f7791c2d74520d7193b522d6ed2bc8c28f9bb2 Remove bin directory. It is now empty. --- diff --git a/debian/rules b/debian/rules index d521ef1..529c41f 100755 --- a/debian/rules +++ b/debian/rules @@ -41,7 +41,7 @@ binary-install/roundcube-core:: # Some files are executable while not being scripts or binary... find $(CURDIR)/debian/roundcube-core/usr/share/roundcube -type f -print0 | xargs -r0 chmod -x # Remove useless file - rm $(CURDIR)/debian/roundcube-core/usr/share/roundcube/bin/*.sh + rm -rf $(CURDIR)/debian/roundcube-core/usr/share/roundcube/bin find $(CURDIR)/debian/roundcube-core -name '._*' -print0 | xargs -r0 rm find $(CURDIR)/debian/roundcube-core -name '*.js.src' -print0 | xargs -r0 rm # Remove files shipped in tinymce package