summarylogtreecommitdiffstats
path: root/wootomation.install
diff options
context:
space:
mode:
authorTorben Schweren2023-02-25 04:05:23 +0100
committerTorben Schweren2023-02-25 04:05:23 +0100
commit7f0ad21ca9f874c36a1f3d620f74698ddbfb37a3 (patch)
tree6772365cb87854a823df0f517d04907ccc6a2fef /wootomation.install
downloadaur-7f0ad21ca9f874c36a1f3d620f74698ddbfb37a3.tar.gz
Set up AUR package
Added PKGBUILD Added .SRCINFO Added wootomation.install
Diffstat (limited to 'wootomation.install')
-rw-r--r--wootomation.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/wootomation.install b/wootomation.install
new file mode 100644
index 000000000000..24aa6da8eb49
--- /dev/null
+++ b/wootomation.install
@@ -0,0 +1,13 @@
+# This file was taken from Shayne Hartford's Wootility AUR package (https://aur.archlinux.org/packages/wootility-lekker-appimage) and modified
+post() {
+ echo "You must add yourself to the 'input' group for wootomation to work correctly, 'sudo usermod -aG input <username>'"
+ echo "You must restart your login session to apply group changes (logout or reboot)"
+}
+
+post_install() {
+ post
+}
+
+post_upgrade() {
+ post
+}