-fix leaks
[oweals/gnunet.git] / src / gns / nss / uninstall-nss-plugin.sh
1 #!/bin/sh
2 # $1 - shell
3 # $2 - top_builddir
4 # $3 - nssdir+path of library to remove
5 # $4 - sudo binary (empty if root)
6 $4 $1 $2/libtool --mode=uninstall $3
7
8