summaryrefslogtreecommitdiff
path: root/build-scripts/aur-git/sway.install
diff options
context:
space:
mode:
authorWilliam McKinnon <[email protected]>2024-05-08 00:34:46 -0400
committerWilliam McKinnon <[email protected]>2024-05-08 00:34:46 -0400
commitaaa3c7536ee8d7e784106809b748497401f3838b (patch)
treef590cac548915fb72745c99cd0b2759607b02a9d /build-scripts/aur-git/sway.install
parentd4f8c9d0b860e52ee32ab5f6a375b55383614fd8 (diff)
removed unneeded build scripts and workflows
Diffstat (limited to 'build-scripts/aur-git/sway.install')
-rw-r--r--build-scripts/aur-git/sway.install31
1 files changed, 0 insertions, 31 deletions
diff --git a/build-scripts/aur-git/sway.install b/build-scripts/aur-git/sway.install
deleted file mode 100644
index ef4fe013..00000000
--- a/build-scripts/aur-git/sway.install
+++ /dev/null
@@ -1,31 +0,0 @@
-post_install() {
-cat << EOD
-Sway requires additional setup for privilege escalation. Without this setup,
-sway will fail to start with session activation permission failures. Choose one
-of the two available options (In alphabetical, not recommended, order):
-
-1. polkit: This will make sway "just work" right after installation but may be
- a weightier solution than desired.
-
-2. seatd: Already required as a sway dependency, this is a lighter-weight
- solution but requires some user configuration: Enabling the service,
- adding your user to the "seat" group, then logging out/in again.
-
-Either option should provide the same functionality/stability. Refer to the
-Sway wiki page for information.
-EOD
-}
-
-post_upgrade() {
-cat << EOD
-Sway's necessary privileges can now be obtained through seatd as well as the
-incumbent polkit package. As such, polkit has been relegated to an optional
-dependency.
-
-Note that using seatd instead of polkit means that a user must be a part of the
-"seat" group: Otherwise, the user will not be able to achieve the appropriate
-privileged actions.
-
-For more information, refer to the Sway wiki page.
-EOD
-}