aboutsummarylogtreecommitdiffstats
path: root/sftpgo-git.install
blob: ad0e0818d642a0a3ce061fd0b9dcc13fefcc6e10 (plain)
1
2
3
4
5
6
7
8
pre_remove() {
  systemctl stop sftpgo.service
  cat <<EOF
==> Leftover files may reside in /var/lib/sftpgo and /etc/sftpgo
==> If you remove them, you may also want to remove user and 
==> group 'sftpgo'
EOF
}