summaryrefslogtreecommitdiffstats
path: root/contrib/debian/netdata.postrm
AgeCommit message (Collapse)Author
2024-02-06Assorted cleanup of native packaging code. (#16640)Austin S. Hemmelgarn
* Assorted cleanup of DEB packaging code. * Assorted cleanup of the RPM spec file. * DEB package fixes.
2020-05-22Fixes enable/start of netdata service in debian package (#9005)Arthur Outhenin-Chalandre
Also cleanup unused templating in postint Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
2020-03-06Fix missing folders in `/var/` (#8314)James Mills
This commit creates the following folders during the installation of Debian packages: - /var/log/netdata - /var/cache/netdata - /var/run/netdata During the purge of the package, these folders are removed if empty. Note that the permissions of `/var/log/netdata` allow the members of the `adm` group to read the content. Fixes #8173
2020-01-24Don't remove groups/users in Debian postrm (#7817)James Mills
2019-10-18Fix upgrade path from v1.17.1 to v1.18.x for deb packages (#7118)Konstantinos Natsakis
2019-09-17/var/lib/netdata/registry was being left behind after purge (#6867)davent
When removing/purging the Debian package ``` root netdata 775 /var/lib/netdata/registry ``` was being left behind in the `/var/lib/dpkg/statoverride` file. This causes subsequent installations to fail with: ``` dpkg: unrecoverable fatal error, aborting: unknown group 'netdata' in statoverride file ```
2016-04-08Add Debian packagingMatthew Newton