gui-apps/nwg-panel: remove systemd use flag

Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
Pascal Jäger
2023-10-19 19:36:29 +02:00
parent 919ecdb13d
commit 944502e4b4

View File

@@ -19,7 +19,6 @@ fi
DESCRIPTION="GTK3-based panel for sway and Hyprland Wayland compositors"
HOMEPAGE="https://github.com/nwg-piotr/nwg-panel"
LICENSE="MIT"
IUSE="systemd"
SLOT="0"
@@ -42,9 +41,7 @@ python_install_all() {
doicon nwg-panel.svg
doicon nwg-processes.svg
doicon nwg-shell.svg
if use systemd; then
systemd_dounit nwg-panel.service
fi
systemd_dounit nwg-panel.service
}
pkg_postinst() {