#!/bin/sh

# Do not run on systemd-based installations or if the package is removed but
# not purged
if [ -x /usr/lib/sitesummary/sitesummary-maintenance ] && \
    [ ! -d /run/systemd/system ]; then
    /usr/lib/sitesummary/sitesummary-maintenance
fi
