summaryrefslogtreecommitdiffstats
path: root/contrib/debian/rules
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-02-18 20:35:14 -0500
committerGitHub <noreply@github.com>2022-02-18 20:35:14 -0500
commita24f5bd75c1d720cd31f4c4defb25ba010f17269 (patch)
tree0e482ea95501f573dd49915a3733486e7a371bab /contrib/debian/rules
parent698f01fb06efc02ee3d81b4fa68315f8497e9bda (diff)
Revert "Overhaul handling of auto-updates in the installer code. (#12076)" (#12182)
Diffstat (limited to 'contrib/debian/rules')
-rwxr-xr-xcontrib/debian/rules8
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/debian/rules b/contrib/debian/rules
index 57e861c218..f36e995fc8 100755
--- a/contrib/debian/rules
+++ b/contrib/debian/rules
@@ -75,10 +75,6 @@ override_dh_install:
mkdir -p "$(TOP)/var/cache/netdata"
mkdir -p "$(TOP)/var/run/netdata"
- # Copy the updater script
- #
- cp -v packaging/installer/netdata-updater.sh $(TOP)/usr/libexec/netdata/netdata-updater.sh
-
# Move files that local user shouldn't be editing to /usr/share/netdata
#
mkdir -p "$(TOP)/usr/share/netdata/www"
@@ -112,10 +108,6 @@ override_dh_installdocs:
override_dh_fixperms:
dh_fixperms
- # Updater script should be executable
- #
- chmod 0755 $(TOP)/usr/libexec/netdata/netdata-updater.sh
-
# apps.plugin should only be runnable by the netdata user. It will be
# given extra capabilities in the postinst script.
#