bilelmoussaoui / nautilus-git

Nautilus/Nemo extension to add important information about the current git directory
GNU General Public License v3.0
149 stars 9 forks source link

Missing remove/uninstall target #9

Closed fbruetting closed 7 years ago

fbruetting commented 7 years ago

There's no way for uninstalling the installed files, would you add such a target please?

bilelmoussaoui commented 7 years ago

@fbruetting ofc! i will do that as soon as possible :)

bilelmoussaoui commented 7 years ago

Meson provides a way to remove the installed files using meson uninstall. But that does not work quite correctly if you have already removed the files under build folder. I think i will add a simple bash script that removes the git.py file and the nautilus-git-symbolic icon... i will have to think about it :p

fbruetting commented 7 years ago

Ah, i tried ninja uninstall and ninja remove, because ninja also installed the files. But meson uninstall sadly doesn't work.

bilelmoussaoui commented 7 years ago

I'm back, sorry for the delay! i have been busy with RL :) I think the best way to handle this is to package nautilus-git correctly instead of compiling from source code... I will anyway provide a bash script to remove it :)

bilelmoussaoui commented 7 years ago

Done! https://github.com/bil-elmoussaoui/nautilus-git#how-to-uninstall