7 lines
93 B
Makefile
Executable file
7 lines
93 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_installinit:
|
|
dh_installinit -o -- defaults 19 81
|