mirror of
https://github.com/linuxserver/proot-apps.git
synced 2026-02-19 17:25:42 +08:00
8 lines
263 B
Bash
Executable File
8 lines
263 B
Bash
Executable File
#!/bin/bash
|
|
echo "Removing icon"
|
|
rm -f $HOME/.local/share/icons/hicolor/scalable/apps/telegram.png
|
|
echo "Removing start menu entry"
|
|
rm -f $HOME/.local/share/applications/telegram-pa.desktop
|
|
echo "Removing desktop shortcut"
|
|
rm -f $HOME/Desktop/telegram-pa.desktop
|