From: Sebastian Harl Date: Thu, 27 Jan 2011 11:22:32 +0000 (+0100) Subject: rules: Remove empty directories after install. X-Git-Tag: libkohana2-php-2.3.4-1~14 X-Git-Url: https://git.tokkee.org/?p=pkg-libkohana2-php.git;a=commitdiff_plain;h=796ca903b4dc3c737508d1a0b29cf1ae5840c7cf rules: Remove empty directories after install. --- diff --git a/debian/rules b/debian/rules index 2620bed..1575883 100755 --- a/debian/rules +++ b/debian/rules @@ -49,6 +49,10 @@ install: build chmod 644 $$file; \ done + # remove empty directories + rmdir debian/libkohana2-php/usr/share/php/kohana2/system/i18n/el_GR/ + rmdir debian/libkohana2-php/usr/share/php/kohana2/system/tests/ + # Build architecture-independent files here. binary-indep: install dh_testdir