summarylogtreecommitdiffstats
path: root/wootility-appimage.install
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2024-02-25 11:57:39 +0100
committerFrederik “Freso” S. Olesen2024-02-25 11:57:39 +0100
commit4508013e6d087cb0fd8f6c1f60087c0494f3e76d (patch)
tree8a1dfcae9624a77bee9571f9d5b3e8b353c38f12 /wootility-appimage.install
parent7472ed9966a3c0c68c996c4e195fb832630ac295 (diff)
downloadaur-4508013e6d087cb0fd8f6c1f60087c0494f3e76d.tar.gz
Add notice about user group to .install file
Diffstat (limited to 'wootility-appimage.install')
-rw-r--r--wootility-appimage.install9
1 files changed, 6 insertions, 3 deletions
diff --git a/wootility-appimage.install b/wootility-appimage.install
index 176cdfd00da6..aee2f49ecf3a 100644
--- a/wootility-appimage.install
+++ b/wootility-appimage.install
@@ -1,7 +1,10 @@
post_install() {
- echo 'NOTE: To turn off the “Would you like to integrate ….AppImage with your system?”'
- echo 'NOTE: notifications on every launch of Wootility, see:'
- echo 'NOTE: https://github.com/AppImage/AppImageSpec/blob/master/draft.md#desktop-integration'
+ echo 'Your user needs to be a member of the "input" group.'
+ echo 'https://wiki.archlinux.org/title/Users_and_groups#Group_management'
+ echo
+ echo 'To turn off the “Would you like to integrate ….AppImage with your system?”'
+ echo 'notifications on every launch of Wootility, see:'
+ echo 'https://github.com/AppImage/AppImageSpec/blob/master/draft.md#desktop-integration'
}
post_upgrade() {