5 lines
74 B
Plaintext
Executable File
5 lines
74 B
Plaintext
Executable File
if [ "$1" = "remove" ]; then
|
|
ldconfig
|
|
rm -rf /run/lock/lmlib/*
|
|
fi
|