]> xenbits.xensource.com Git - libvirt.git/commit
nss: Try harder to uninstall
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 19 Apr 2016 09:08:48 +0000 (11:08 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 20 Apr 2016 15:33:48 +0000 (17:33 +0200)
commit2f3c89fbbb79a24d814961ae85b34450a752d251
tree3c6691016c33c56012f8fdab4694e42e7fda5078
parent2df46859057b07f0cc54b450250147f570720dcf
nss: Try harder to uninstall

On BSD we are creating this symlink to libnss_libvirt.so called
nss_libvirt.so. That's just the way it is on BSD. However, when
uninstalling, we try to remove libnss_libvirt.so instead of the
symlink. Moreover, if file we are trying to remove does not exist
we error out instead of ignoring the error.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tools/Makefile.am