From 266b006b11d16ebbb45c51c3dac5c5a4900a9af5 Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Sat, 8 Mar 2014 18:08:04 +0100 Subject: [PATCH] Remove mention of lubuntu-elementary icon theme --- debian/rules | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index 25143bc..bab4b6e 100755 --- a/debian/rules +++ b/debian/rules @@ -10,14 +10,10 @@ override_dh_auto_build: $(MAKE) DESTDIR=$(CURDIR)/debian/tmp override_dh_install: - # Make lintian happy by not installing extra copyright files. dh_install for d in $$(find $(CURDIR)/debian/lubuntu-icon-theme/usr/share/icons -mindepth 2 -maxdepth 2 -type d) ; do \ (cd $$d; for c in *; do /usr/lib/icon-naming-utils/icon-name-mapping -c $$c; done); \ done - for d in $$(find $(CURDIR)/debian/lubuntu-elementary-icon-theme/usr/share/icons -mindepth 2 -maxdepth 2 -type d) ; do \ - (cd $$d; for c in *; do /usr/lib/icon-naming-utils/icon-name-mapping -c $$c; done); \ - done - + # Make lintian happy by not installing extra copyright files. find $(CURDIR)/debian/*/ -name "COPYING" -delete