Remove the deprecated copy to /usr/bin/

merge-requests/18/merge
Arszilla 1 year ago
parent 00a213b179
commit ba88f8c900
No known key found for this signature in database

@ -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