summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 343d0c4d3a0de0b578ed5b73ddd310c76e193668 (plain)
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