Commit b9d26485 authored by Holger Levsen's avatar Holger Levsen
Browse files

d/sitesummary-client.postinst: drop code supporting pre-squeeze versions, thanks lintian.

parent b57f9a23
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
sitesummary (0.1.40) UNRELEASED; urgency=medium

  * d/sitesummary-client.postinst: drop code supporting pre-squeeze versions,
    thanks lintian.

 -- Holger Levsen <holger@debian.org>  Wed, 16 Jan 2019 15:11:57 +0100

sitesummary (0.1.39) unstable; urgency=medium

  * d/control:
+0 −7
Original line number Diff line number Diff line
@@ -97,13 +97,6 @@ fi

db_stop

# Switched from cron.d to cron.daily script in version 0.0.12
if dpkg --compare-versions "$PREV_VER" lt "0.0.12" && \
   [ -f /etc/cron.d/sitesummary-client ] 
then
    rm -f /etc/cron.d/sitesummary-client
fi

# Make sure changes to the NRPE configuration take effect right away
if [ -x /etc/init.d/nagios-nrpe-server  ] ; then
    invoke-rc.d nagios-nrpe-server restart