freebsd-ports/www/shellinabox/files/pkg-deinstall.in
2021-04-06 16:31:13 +02:00

10 lines
252 B
Bash

#! /bin/sh
PATH=/bin:/usr/bin:/usr/sbin
if [ "$2" != "POST-DEINSTALL" ]; then
exit 0
fi
if [ -d %%PREFIX%%/etc/shellinabox ]; then
echo "===> You may delete '%%PREFIX%%/etc/shellinabox' if you want to remove the SSL certificate left."
fi