aboutsummaryrefslogtreecommitdiff
path: root/uninstall.sh
diff options
context:
space:
mode:
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 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