Fork of pop-os/cosmic-comp @ upstream

This commit is contained in:
d
2026-08-09 22:37:21 +07:00
commit 6ce5e75b0b
273 changed files with 79114 additions and 0 deletions
Vendored Executable
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/make -f
export sysconfdir = "/usr/share"
export VENDOR ?= 1
CLEAN ?= 1
%:
dh $@ --with=systemd
override_dh_auto_clean:
ifeq ($(CLEAN),1)
ischroot && make clean || make distclean
endif
ifeq ($(VENDOR),1)
ischroot || make vendor
endif
override_dh_installinit:
dh_installinit -r
override_dh_systemd_start:
dh_systemd_start -r