aboutsummaryrefslogtreecommitdiff
path: root/uninstall.sh
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-06-11 00:25:24 +0200
committerdec05eba <dec05eba@protonmail.com>2024-06-11 00:25:24 +0200
commitc80172eb635dffa4e1b0ec0fcdc603081fa93883 (patch)
tree16a5a11a81ebd9af411176d03337d97d8a20d787 /uninstall.sh
parentf59e511bd1256f05b35ee12380a2629e51358084 (diff)
Add tray icons to uninstall
Diffstat (limited to 'uninstall.sh')
-rwxr-xr-xuninstall.sh4
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