Files
server/var/lib/dpkg/info/cron-daemon-common.postrm
2026-01-07 20:52:11 +01:00

9 lines
93 B
Bash
Executable File

#!/bin/sh
set -e
if [ "$1" = "purge" ]; then
rm -f /etc/cron.allow /etc/cron.deny
fi