Files
server/var/lib/dpkg/info/plesk-lmlib.postrm
2026-01-07 20:52:11 +01:00

5 lines
74 B
Plaintext
Executable File

if [ "$1" = "remove" ]; then
ldconfig
rm -rf /run/lock/lmlib/*
fi