mirror of
https://github.com/simple64/simple64.git
synced 2026-09-07 04:42:43 +02:00
9 lines
165 B
Bash
Executable File
9 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
|
|
podman stop m64p
|
|
toolbox rm m64p -y
|
|
sleep 5
|
|
podman image prune -a -f
|
|
rm -f ~/.local/share/icons/m64p.png
|
|
rm -f ~/.local/share/applications/m64p.desktop
|