File: rules

package info (click to toggle)
materia-kde 20220823-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,532 kB
  • sloc: sh: 93; makefile: 51; xml: 17
file content (8 lines) | stat: -rwxr-xr-x 151 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_auto_install:
	# Do not ship extra LICENSE files
	find $(CURDIR)/debian/ -type f -name LICENSE -delete