1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

Re-adjust systemd debian/ubuntu

This commit is contained in:
purian23
2025-12-09 13:40:59 -05:00
parent 542a279fcb
commit 566d617508
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ export GOMODCACHE := $(CURDIR)/debian/tmp-home/go-mod
export GOTOOLCHAIN := local
%:
dh $@ --with systemd
dh $@
override_dh_installsystemd:
dh_installsystemd --user --name=dms

View File

@@ -5,7 +5,7 @@ UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed 's/-[^-]*$$//')
DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
%:
dh $@ --with systemd
dh $@
override_dh_installsystemd:
dh_installsystemd --user --name=dms

View File

@@ -15,7 +15,7 @@ export GOMODCACHE := $(CURDIR)/debian/tmp-home/go-mod
export GOTOOLCHAIN := local
%:
dh $@ --with systemd
dh $@
override_dh_installsystemd:
dh_installsystemd --user --name=dms

View File

@@ -11,7 +11,7 @@ UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed 's/-[^-]*$$//')
BASE_VERSION := $(shell echo $(UPSTREAM_VERSION) | sed 's/ppa[0-9]*$$//' | sed 's/+git.*//')
%:
dh $@ --with systemd
dh $@
override_dh_installsystemd:
dh_installsystemd --user --name=dms