diff options
| author | 2024-09-25 20:02:25 +0100 | |
|---|---|---|
| committer | 2024-09-25 20:16:42 +0100 | |
| commit | 3de3d1e46625a272e8e4e529786573dcbed36ceb (patch) | |
| tree | a09def43edb72743e9154e9e57f1438a33804e21 /install.sh | |
| parent | ad56debc8d30252f04ce339f402f753a1a1f54ee (diff) | |
Separate wob.ini(5); add PKGBUILD
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..4ea365f --- /dev/null +++ b/install.sh @@ -0,0 +1,5 @@ +#!/bin/sh +set -ex +install -m 644 -Dt "$DESTDIR"/etc/sway/config.d/ swob-swayconfig +install -D -m 644 swob-wob.ini "$DESTDIR"/etc/swob/wob.ini +install -Dt "$DESTDIR"/usr/bin swob.sh |
