0dcb5f8f6d
web based terminal emulator WWW: http://code.google.com/p/shellinabox/ PR: ports/148211 Submitted by: Olivier Cochard-Labbe <olivier at cochard.me> Feature safe: yes
12 lines
266 B
Bash
12 lines
266 B
Bash
#! /bin/sh
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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
|