aboutsummaryrefslogtreecommitdiff
path: root/www/shellinabox/files/pkg-deinstall.in
blob: 34bd114de51dc0af518a78a4150bcbcd9baa5704 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#! /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