Add daemon to proxy user backgrounds

This commit is contained in:
Jeremy Soller 2024-02-06 15:03:07 -07:00
parent 3e2743a2e6
commit fd049483c3
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
15 changed files with 487 additions and 58 deletions

3
debian/rules vendored
View file

@ -1,6 +1,6 @@
#!/usr/bin/make -f
export DESTDIR = debian/cosmic-greeter
export DESTDIR = debian/tmp
export VENDOR ?= 1
%:
@ -23,3 +23,4 @@ override_dh_auto_install:
override_dh_installsystemd:
dh_installsystemd -pcosmic-greeter --no-start -r cosmic-greeter.service
dh_installsystemd -pcosmic-greeter-daemon --no-start -r cosmic-greeter-daemon.service