app-containers/incus-ui: do not use systemctl

Closes: https://bugs.gentoo.org/974568

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
This commit is contained in:
Adel KARA SLIMANE
2026-06-06 01:36:45 +02:00
parent b5a17509ba
commit b028e5a0fa

View File

@@ -45,11 +45,3 @@ src_install() {
systemd_install_dropin incus.service "${FILESDIR}"/incus.systemd.override
}
pkg_postinst() {
systemctl daemon-reload
}
pkg_postrm() {
systemctl daemon-reload
}