Skip to content
Snippets Groups Projects
Commit 9d270d80 authored by Ciro Santilli's avatar Ciro Santilli
Browse files

Add uninstall script

parent 7c4e49ce
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,11 @@ Run global install:
gnome-ring
This already starts the daemon for us.
This already starts the daemon automatically for us.
Uninstall the global install:
./ubuntu-15.10-uninstall.sh
## Ubuntu 15.10 host Android device
......
client-windows @ 84f1a2bc
Subproject commit c4b1a1030bdf5b96dc4685a4eb4ea6d3971604dd
Subproject commit 84f1a2bcf8e750dcdacef41e12d60dbc9c54ad12
#!/usr/bin/env bash
# Uninstall a global install.
sudo make -C daemon uninstall
sudo xargs rm < lrc/build/install_manifest.txt
sudo xargs rm < client-gnome/build/install_manifest.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment