Skip to content

Commit

Permalink
wine: install for wine-development and wine-stable too
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jul 29, 2019
1 parent be2e8f3 commit afc5a30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions completions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ vgscan
vgsplit
vigr
whatis
wine-development
wine-stable
xpovray
xvnc4viewer
ypcat
2 changes: 2 additions & 0 deletions completions/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,8 @@ symlinks: $(DATA)
vigr
$(ss) vncviewer \
tightvncviewer xvnc4viewer
$(ss) wine \
wine-development wine-stable
$(ss) wodim \
cdrecord
$(ss) xz \
Expand Down
2 changes: 1 addition & 1 deletion completions/wine
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ _wine()
_filedir
fi
} &&
complete -F _wine wine
complete -F _wine wine wine-development wine-stable

# ex: filetype=sh

0 comments on commit afc5a30

Please sign in to comment.