Remove mention of lubuntu-elementary icon theme
This commit is contained in:
parent
d4b910a31c
commit
266b006b11
6
debian/rules
vendored
6
debian/rules
vendored
@ -10,14 +10,10 @@ override_dh_auto_build:
|
|||||||
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp
|
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp
|
||||||
|
|
||||||
override_dh_install:
|
override_dh_install:
|
||||||
# Make lintian happy by not installing extra copyright files.
|
|
||||||
dh_install
|
dh_install
|
||||||
for d in $$(find $(CURDIR)/debian/lubuntu-icon-theme/usr/share/icons -mindepth 2 -maxdepth 2 -type d) ; do \
|
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); \
|
(cd $$d; for c in *; do /usr/lib/icon-naming-utils/icon-name-mapping -c $$c; done); \
|
||||||
done
|
done
|
||||||
|
|
||||||
for d in $$(find $(CURDIR)/debian/lubuntu-elementary-icon-theme/usr/share/icons -mindepth 2 -maxdepth 2 -type d) ; do \
|
# Make lintian happy by not installing extra copyright files.
|
||||||
(cd $$d; for c in *; do /usr/lib/icon-naming-utils/icon-name-mapping -c $$c; done); \
|
|
||||||
done
|
|
||||||
|
|
||||||
find $(CURDIR)/debian/*/ -name "COPYING" -delete
|
find $(CURDIR)/debian/*/ -name "COPYING" -delete
|
||||||
|
Loading…
x
Reference in New Issue
Block a user