DEBSOURCES
Skip Quicknav
sources / systemd-cron / 1.3.1%2Bds1-2 / debian / postrm
12345678
#!/bin/sh set -e if [ "$1" = "purge" ]; then rm -f /var/lib/systemd/timers/stamp-cron-*.timer fi #DEBHELPER#