summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild b/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild
index e6b508a9c0f4..37d903674a98 100644
--- a/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild
+++ b/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild
@@ -61,9 +61,9 @@ src_install() {
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
- elog "You to enable the service:"
+ elog "You need to enable the service:"
if systemd_is_booted; then
- elog "# systemctl enable switcheroo-control"
+ elog "# systemctl enable ${PN}"
else
elog "# rc-update add ${PN} default"
fi