mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/powerctl: correct group name
This commit is contained in:
parent
a2579b6c21
commit
c59622a506
@ -1,7 +1,7 @@
|
||||
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
||||
pkgname=powerctl
|
||||
pkgver=1.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="CLI tool to manage Linux power management states"
|
||||
url="https://sr.ht/~sircmpwn/powerctl/"
|
||||
arch="x86_64 aarch64" # Hare
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
addgroup -S powerctl || true
|
||||
addgroup -S power || true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user