mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
6 lines
198 B
Bash
Executable File
6 lines
198 B
Bash
Executable File
#!/bin/sh
|
|
rm -f ~/.local/share/applications/wine*.desktop
|
|
update-desktop-database ~/.local/share/applications
|
|
rm -f ~/.local/share/mime/packages/x-wine*.xml
|
|
update-mime-database ~/.local/share/mime
|