Files
mstore/debian/mstore-service.postinst
T
2026-02-14 22:46:32 +02:00

7 lines
143 B
Bash
Executable File

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