Skip to content
Snippets Groups Projects
Commit 2a7a53f5 authored by Olivier SOLDANO's avatar Olivier SOLDANO Committed by Guillaume Roguez
Browse files

make-ring.py: uninstall script correction


I made a little change in the UNINSTALL_SCRIPT for gnome
as it wasn't working for local installation (targeting build-global folders only)
In order to achieve functionality of the script I had to completelly
delete the build-* folders in each lrc and client-gnome, for making
it generic in local and global mode.

Change-Id: I51d8a9e75de0c90c398533663c70940f92f8cd67
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent 578e0249
No related branches found
No related tags found
No related merge requests found
......@@ -172,8 +172,10 @@ IOS_DEPENDENCIES_UNLINK = [
UNINSTALL_SCRIPT = [
'make -C daemon uninstall',
'xargs rm < lrc/build-global/install_manifest.txt',
'xargs rm < client-gnome/build-global/install_manifest.txt',
'rm -rf ./lrc/build-global/',
'rm -rf ./lrc/build-local/',
'rm -rf ./client-gnome/build-global',
'rm -rf ./client-gnome/build-local',
]
OSX_UNINSTALL_SCRIPT = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment