9 lines
		
	
	
		
			144 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			144 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable file
		
	
	
	
	
| #!/usr/bin/make -f
 | |
| 
 | |
| %:
 | |
| 	dh "$@"
 | |
| 
 | |
| override_dh_installsystemd:
 | |
| 	dh_installsystemd --name remark42 --no-enable --no-start --restart-after-upgrade
 | |
| 
 |