Initial commit
This commit is contained in:
9
files/pkg-deinstall.in
Normal file
9
files/pkg-deinstall.in
Normal 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
|
||||
Reference in New Issue
Block a user