Files
certmanager/debian/postinst
Олег Бородин 6a3290b9ac certmanager updates
2024-08-12 17:41:49 +02:00

7 lines
148 B
Bash
Executable File

#!/bin/sh -e
if [ "$1" = "configure" ] ; then
# Initial installation
systemctl preset certmanagerd.service >/dev/null 2>&1 || :
fi