mirror of
https://github.com/linuxserver/proot-apps.git
synced 2026-01-14 17:21:33 +08:00
8 lines
280 B
Bash
Executable File
8 lines
280 B
Bash
Executable File
#!/bin/bash
|
|
echo "Removing icon"
|
|
rm -f $HOME/.local/share/icons/hicolor/scalable/apps/org.flameshot.Flameshot.svg
|
|
echo "Removing start menu entry"
|
|
rm -f $HOME/.local/share/applications/flameshot-pa.desktop
|
|
echo "Removing desktop shortcut"
|
|
rm -f $HOME/Desktop/flameshot-pa.desktop
|