Merge branch 'master' into 'master'

Remove the deprecated copy to /usr/bin/

See merge request kalilinux/build-scripts/live-build-config!31
merge-requests/18/merge 2023.4
Arnaud Rebillout 1 year ago
commit 1d44fe09cf

@ -1,10 +1,7 @@
#!/bin/sh
# Copy dotfiles to /etc/skel:
# Copy dotfiles to /etc/skel/:
rsync -a /usr/share/i3-dotfiles/etc/skel/ /etc/skel/
# Copy dotfiles to /root/:
rsync -a /usr/share/i3-dotfiles/etc/skel/ /root/
# Copy scripts to /usr/bin/:
rsync -a /usr/share/i3-dotfiles/usr/bin/ /usr/bin/

Loading…
Cancel
Save