[pkg-kolab] r1146 - libkolab-perl/branches/2.2.1/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sat Jan 17 17:49:15 UTC 2009


Author: mparent-guest
Date: 2009-01-17 17:49:15 +0000 (Sat, 17 Jan 2009)
New Revision: 1146

Modified:
   libkolab-perl/branches/2.2.1/debian/rules
Log:
remove empty directories


Modified: libkolab-perl/branches/2.2.1/debian/rules
===================================================================
--- libkolab-perl/branches/2.2.1/debian/rules	2009-01-17 17:47:08 UTC (rev 1145)
+++ libkolab-perl/branches/2.2.1/debian/rules	2009-01-17 17:49:15 UTC (rev 1146)
@@ -26,6 +26,8 @@
 	mkdir -p $(CURDIR)/debian/libkolab-perl/usr/share/man/man1
 	#make install creates empty manpages, delete them
 	find $(CURDIR)/debian/libkolab-perl/usr/share/man/man1/ -size 0 -exec rm '{}' \;
+	#remove empty directories
+	find $(CURDIR)/debian/libkolab-perl -type d -empty -delete
 
 binary-indep: build install
 	dh_testdir




More information about the pkg-kolab-devel mailing list