Initial commit

This commit is contained in:
Michael Smith
2025-07-01 22:17:00 +02:00
commit f398799c3e
7 changed files with 12887 additions and 0 deletions

9
files/pkg-deinstall.in Normal file
View File

@@ -0,0 +1,9 @@
#!/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