Seemingly the Cmd skel code is broken?

This commit is contained in:
Radon Rosborough 2021-01-17 14:16:17 -08:00
parent 8a662d5dbe
commit 96b26fa5c4
1 changed files with 0 additions and 12 deletions

View File

@ -23,21 +23,9 @@ info:
usage: []
install:
prepare:
apt:
- wine
- wine32
apt:
- wine
- wine32
manual: |
install -d "${pkg}/opt/cmd/skel"
wine cmd < /dev/null
cp -R "$HOME/.wine" "${pkg}/opt/cmd/skel/"
chmod -R a=u,go-w "${pkg}/opt/cmd/skel"
setup: |
shopt -s dotglob; cp -R /opt/cmd/skel/* ./
repl: |
wine cmd