File: Makefile

package info (click to toggle)
postgresql-common 181%2Bdeb9u3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,212 kB
  • sloc: perl: 3,107; sh: 1,107; makefile: 62
file content (7 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
install:
	install -d $(DESTDIR)/lib/systemd/system-generators/ $(DESTDIR)/lib/systemd/system/
	install postgresql-generator $(DESTDIR)/lib/systemd/system-generators/
	install -m644 postgresql*.service $(DESTDIR)/lib/systemd/system/

reload: install
	systemctl daemon-reload