7 lines
107 B
Makefile
Executable file
7 lines
107 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_installinit:
|
|
dh_installinit --name=pyneod -o -- defaults 20 80
|