freebsd-ports/www/shellinabox/files/pkg-deinstall.in
Philippe Audeoud 0dcb5f8f6d Shell In A Box is a web server that can export arbitary command line tools to a
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
2010-07-05 07:43:03 +00:00

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