wslutilities / wslu

A collection of utilities for Windows Subsystem for Linux
https://wslutiliti.es/wslu
GNU General Public License v3.0
3.44k stars 155 forks source link

Cmd make uninstall deletes wslinfo executable not part of wslu #316

Closed trallnag closed 2 months ago

trallnag commented 2 months ago

Related to #314. I just checked and noticed that there is another entry in /usr/bin that should not be removed by make uninstall and it is wslinfo.

> ls -alh /usr/bin/wsl*
lrwxrwxrwx 1 root root 5 Jul 31 19:18 /usr/bin/wslinfo -> /init
lrwxrwxrwx 1 root root 5 Jul 31 19:18 /usr/bin/wslpath -> /init

Tested it with a barebones Debian distribution installed with wsl --install Debian.

Code of Conduct