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

8 lines
232 B
Bash
Executable File

#!/bin/sh
set -e
# Automatically added by dh_installinit/13.14.1ubuntu5
if [ "$1" = "install" ] && [ -n "$2" ] && [ -e "/etc/init.d/cron" ] ; then
chmod +x "/etc/init.d/cron" >/dev/null || true
fi
# End automatically added section