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 <