File: rules

package info (click to toggle)
obsidian-icon-theme 3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 252,340 kB
  • sloc: makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 128 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	find debian/obsidian-icon-theme -type f -exec chmod -x {} \;