#!/bin/sh
set -e

if [ "$1" = "purge" ]; then 
    rm -f /var/lib/systemd/timers/stamp-cron-*.timer
fi

rm -f /lib/systemd/system-generators/__pycache__/systemd-crontab-generator*.pyc
rmdir /lib/systemd/system-generators/__pycache__/ 2> /dev/null || true

#DEBHELPER#
