File: rules

package info (click to toggle)
clearlooks-phenix-theme 7.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,604 kB
  • sloc: xml: 718; makefile: 15
file content (10 lines) | stat: -rwxr-xr-x 178 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	find debian/*/usr/share/themes -type f -print0 2>/dev/null | xargs -0r chmod 644

.PHONY: override_dh_fixperms