8 lines
232 B
Plaintext
Executable File
8 lines
232 B
Plaintext
Executable File
systemd-tmpfiles --create >/dev/null 2>&1 || :
|
|
|
|
if [ "$1" = "configure" ]; then
|
|
# On Debian/VZ7 LM_LOCK_DIR does not created
|
|
[ -d "/run/lock/lmlib/" ] || install -m 0770 -g "lock-manager" -d "/run/lock/lmlib/"
|
|
ldconfig
|
|
fi
|