diff --git a/community/feedbackd/APKBUILD b/community/feedbackd/APKBUILD index 4676bc391ff..dddf755da98 100644 --- a/community/feedbackd/APKBUILD +++ b/community/feedbackd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: team/phosh 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" diff --git a/community/feedbackd/feedbackd.pre-install b/community/feedbackd/feedbackd.pre-install index e3364feaef9..ecf0bf04b39 100644 --- a/community/feedbackd/feedbackd.pre-install +++ b/community/feedbackd/feedbackd.pre-install @@ -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