Please add a file "uninstall.sh"
Open
- Dominant language
- Shell
- Stars
- 10.3k
- Forks
- 452
- PR merge metrics
- No merged PRs in 30d
Description
```
${SUDO} rm -f "/usr/local/bin/winapps"
${SUDO} rm -rf "/usr/local/share/winapps"
for F in $(grep -l -d skip "bin/winapps" "/usr/share/applications/"*); do
echo -n " Removing ${F}..."
${SUDO} rm ${F}
echo " Finished."
done
for F in $(grep -l -d skip "bin/winapps" "/usr/local/bin/"*); do
echo -n " Removing ${F}..."
${SUDO} rm ${F}
echo " Finished."
done
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.