#!/usr/bin/make -f

%:
	dh ${@}

override_dh_installsystemd:
	dh_installsystemd --package=desktop-defaults --name=fll-desktop --no-start
