rename network plugin post and pre install actions (#17084)
* rename network plugin post and pre install actions Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Base package shouldn't touch subpackages permissions Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Tasos Katsoulas committed
Mar 2, 2024 at 21:05 UTC
65f6445d516ebaf45428f2799f28aecfaf81a170
3 files changed
+1
-1
contrib/debian/netdata-plugin-network-viewer.postinst
renamed
contrib/debian/netdata-plugin-network-viewer.preinst
renamed
contrib/debian/netdata.postinst
+1
-1
@@ -28,7 +28,7 @@ case "$1" in
28
29
grep /usr/libexec/netdata /var/lib/dpkg/info/netdata.list | xargs -n 30 chown root:netdata
30
31
- for f in ndsudo cgroup-network local-listeners ioping network-viewer.plugin; do
31
+ for f in ndsudo cgroup-network local-listeners ioping; do
32
chmod 4750 "/usr/libexec/netdata/plugins.d/${f}" || true
33
done
34