diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-06-02 20:59:34 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-06-02 21:00:16 +0200 |
commit | efdea8c290baf52fca53ddc25a41bf0774014999 (patch) | |
tree | 2fe5a23ad7301531435c1dc31b94fc4400e28f55 /uninstall.sh | |
parent | 78d486e147517da61be9dc6b6acdbb91b0de353c (diff) |
Add systray
Diffstat (limited to 'uninstall.sh')
-rwxr-xr-x | uninstall.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uninstall.sh b/uninstall.sh index 2cf9c8a..0652173 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -5,7 +5,11 @@ rm -f "/usr/bin/gpu-screen-recorder-gtk" rm -f "/usr/share/applications/com.dec05eba.gpu_screen_recorder.desktop" rm -f "/usr/share/metainfo/com.dec05eba.gpu_screen_recorder.appdata.xml" + +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 -rf "/usr/share/com.dec05eba.gpu_screen_recorder" + echo "Successfully uninstalled gpu-screen-recorder-gtk"
\ No newline at end of file |