diff options
author | username227 | 2024-12-15 13:19:32 -0500 |
---|---|---|
committer | username227 | 2024-12-15 13:19:32 -0500 |
commit | 1e4f08596229bb5ab6d814afd690cbf83015f3ed (patch) | |
tree | 9f1370ec9643a001036b2fa8541187ccdcd56c8b | |
parent | d32afd7ab6c2aa79a4e459e0066519d4bc9fd107 (diff) | |
download | aur-1e4f08596229bb5ab6d814afd690cbf83015f3ed.tar.gz |
add acpidinfo.install
-rw-r--r-- | acpidinfo.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acpidinfo.install b/acpidinfo.install index 6451f3826889..7ff0c9b417d4 100644 --- a/acpidinfo.install +++ b/acpidinfo.install @@ -1,3 +1,3 @@ -post_upgrade() { +post_install() { echo "Please start the acpid service by running the following command:" echo "sudo systemctl enable --now acpid.service" |