diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-06-11 00:25:24 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-06-11 00:25:24 +0200 |
commit | c80172eb635dffa4e1b0ec0fcdc603081fa93883 (patch) | |
tree | 16a5a11a81ebd9af411176d03337d97d8a20d787 | |
parent | f59e511bd1256f05b35ee12380a2629e51358084 (diff) |
Add tray icons to uninstall
-rwxr-xr-x | uninstall.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uninstall.sh b/uninstall.sh index 0652173..cde08f5 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -10,6 +10,10 @@ rm -f "/usr/share/icons/hicolor/32x32/apps/com.dec05eba.gpu_screen_recorder.png" rm -f "/usr/share/icons/hicolor/64x64/apps/com.dec05eba.gpu_screen_recorder.png" rm -f "/usr/share/icons/hicolor/128x128/apps/com.dec05eba.gpu_screen_recorder.png" +rm -f "/usr/share/com.dec05eba.gpu_screen_recorder/tray_idle.png" +rm -f "/usr/share/com.dec05eba.gpu_screen_recorder/tray_recording.png" +rm -f "/usr/share/com.dec05eba.gpu_screen_recorder/tray_paused.png" + rm -rf "/usr/share/com.dec05eba.gpu_screen_recorder" echo "Successfully uninstalled gpu-screen-recorder-gtk"
\ No newline at end of file |