Don't remove user configuration with uninstall

`make uninstall` is called by root user, which shouldn't be a primary user anyway,, so removing ~/.config/onedrive will not work for other, normal users.
This commit is contained in:
Shady Squirrel 2018-05-23 21:33:22 +02:00 committed by GitHub
parent c9caaada9b
commit 56719619f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,6 @@ uninstall:
rm -f $(DESTDIR)/usr/lib/systemd/user/onedrive.service
rm -f $(DESTDIR)/usr/lib/systemd/user/onedrive@.service
rm -f $(DESTDIR)/etc/logrotate.d/onedrive
rm -rf ~/.config/onedrive
version: .git/HEAD .git/index
echo $(shell git describe --tags) >version