8 lines
96 B
Makefile
Executable File
8 lines
96 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
override_dh_installgsettings:
|
|
dh_installgsettings --priority=50
|
|
|
|
%:
|
|
dh $@
|