mirotalk-port/files/pkg-deinstall.in
2025-07-01 22:17:00 +02:00

10 lines
190 B
Bash

#!/bin/sh
DIR=%%MIROTALK_HOME%%
if [ "$2" = "POST-DEINSTALL" ]; then
if [ -e ${DIR} ]; then
echo "==> You should check and manually remove the \"${DIR}\" directory."
fi
fi