From 067089dbe9f05d25ffad3e4fe3228802ad5142b1 Mon Sep 17 00:00:00 2001 From: Vladimir Kobal Date: Thu, 6 Aug 2020 18:43:30 +0300 Subject: Remove obsoleted libraries from install/uninstall scripts (#9661) --- netdata-installer.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'netdata-installer.sh') 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}" -- cgit v1.2.3