From 7d6c6f5341b028c73553effdf754efa4dce8577f Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Fri, 28 Nov 2025 19:59:25 +0100 Subject: [PATCH] community/feedbackd: remove prefix from feedbackd.pre-install --- community/feedbackd/APKBUILD | 2 +- community/feedbackd/feedbackd.pre-install | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) 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