From 5d91414169f8651247ede02a639bd6aaa3ff560e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 9 Jul 2021 11:04:58 +0300 Subject: [PATCH] sway-tiny: Add message about where to send bugs --- wayland/sway-tiny/post-install | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) mode change 120000 => 100755 wayland/sway-tiny/post-install diff --git a/wayland/sway-tiny/post-install b/wayland/sway-tiny/post-install deleted file mode 120000 index cd8ec44c..00000000 --- a/wayland/sway-tiny/post-install +++ /dev/null @@ -1 +0,0 @@ -../sway-no-seat/post-install \ No newline at end of file diff --git a/wayland/sway-tiny/post-install b/wayland/sway-tiny/post-install new file mode 100755 index 00000000..7cae8023 --- /dev/null +++ b/wayland/sway-tiny/post-install @@ -0,0 +1,19 @@ +#!/bin/sh -e + +chown root:input "$KISS_ROOT/usr/bin/sway" +chmod g+s "$KISS_ROOT"/usr/bin/sway + +cat <