summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2020-08-06 18:43:30 +0300
committerGitHub <noreply@github.com>2020-08-06 18:43:30 +0300
commit067089dbe9f05d25ffad3e4fe3228802ad5142b1 (patch)
tree2ca0def115262631f427b9a3dd31fe9a8a3c1e4f /netdata-installer.sh
parent79c56b71c4567ce947e755b5fbe6d0b4eeffd046 (diff)
Remove obsoleted libraries from install/uninstall scripts (#9661)
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 15bd96b258..151e8760fe 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -1452,9 +1452,7 @@ install_ebpf() {
# chown everything to root:netdata before we start copying out of our package
run chown -R root:netdata "${tmp}"
- run cp -a -v "${tmp}"/library/* "${NETDATA_PREFIX}"/usr/libexec/netdata/plugins.d
run cp -a -v "${tmp}"/*netdata_ebpf_*.o "${NETDATA_PREFIX}"/usr/libexec/netdata/plugins.d
- run cp -a -v "${tmp}"/libnetdata_ebpf.so.* "${NETDATA_PREFIX}"/usr/libexec/netdata/plugins.d
rm -rf "${tmp}"