summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 3133807400620f6d3154fc6ca072583e23087af2 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

override_dh_install:
	dh_install
	chmod 440 debian/pgdg-buildenv/etc/sudoers.d/*

%:
	dh $@