File: rules

package info (click to toggle)
pollinate 4.33-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 368 kB
  • sloc: sh: 325; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 200 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

# this only needs to start at boot, not at install/upgrade
override_dh_installinit:
	dh_installinit --no-start

override_dh_install:
	chmod 755 check_pollen
	dh_install