Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-project
Commits
9d270d80
Commit
9d270d80
authored
9 years ago
by
Ciro Santilli
Browse files
Options
Downloads
Patches
Plain Diff
Add uninstall script
parent
7c4e49ce
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+5
-1
5 additions, 1 deletion
README.md
client-windows
+1
-1
1 addition, 1 deletion
client-windows
ubuntu-15.10-uninstall.sh
+5
-0
5 additions, 0 deletions
ubuntu-15.10-uninstall.sh
with
11 additions
and
2 deletions
README.md
+
5
−
1
View file @
9d270d80
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
client-windows
@
84f1a2bc
Subproject commit
c4b1a1030bdf5b96dc4685a4eb4ea6d3971604dd
Subproject commit
84f1a2bcf8e750dcdacef41e12d60dbc9c54ad12
This diff is collapsed.
Click to expand it.
ubuntu-15.10-uninstall.sh
0 → 100755
+
5
−
0
View file @
9d270d80
#!/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment