community/feedbackd: remove prefix from feedbackd.pre-install

This commit is contained in:
Achill Gilgenast 2025-11-28 19:59:25 +01:00
parent 17b9467f44
commit 7d6c6f5341
No known key found for this signature in database
GPG Key ID: BB8C8A81C6452A88
2 changed files with 5 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: team/phosh <newbyte@postmarketos.org>
pkgname=feedbackd
pkgver=0.8.7
pkgrel=1
pkgrel=2
pkgdesc="Daemon to provide haptic, LED, and audio feedback triggered by application events"
url="https://gitlab.freedesktop.org/agx/feedbackd"
arch="all"

View File

@ -9,12 +9,10 @@ fi
# Print note about the additional group
cat << __EOF__
*
* If you are switching between UIs on existing installations,
* make sure that you add your user to the feedbackd group.
* If the user isn't part of that group, the LED indicator won't be
* functional.
*
If you are switching between UIs on existing installations,
make sure that you add your user to the feedbackd group.
If the user isn't part of that group, the LED indicator won't be
functional.
__EOF__
exit 0