mbuesch / razer

Razer device library and tools
http://bues.ch/h/razercfg
GNU General Public License v2.0
253 stars 50 forks source link

uninstall.sh should also remove egg-info #55

Closed z3ntu closed 8 years ago

z3ntu commented 8 years ago

rm /usr/lib/python3.5/site-packages/razercfg-*.egg-info should do it

mbuesch commented 8 years ago

Yes. Nice catch. I think it should also be done for the dist-packages directory. uninstall.sh already does this for pyrazer module. Could you send a pull request, please?

z3ntu commented 8 years ago

Will do earliest tomorrow, btw I created an arch build script for the git repository https://aur.archlinux.org/packages/razercfg-git/

z3ntu commented 8 years ago

Like this? #57

mbuesch commented 8 years ago

Thanks.