blob: 33d70712060651901d27584a04a68824a5ea608a (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/make -f
#export DH_VERBOSE=1
%:
dh $@
execute_after_dh_install:
# Remove extra license files
find debian/*/usr/share/icingaweb2 -name LICENSE -delete
find debian/*/usr/share/icingaweb2 -name LICENSE.txt -delete
|