blob: 613c7ed2965e2c30bd3866fc668fa7cc2adfcdb0 (
plain)
1
2
3
4
5
6
7
8
|
post_remove() {
cat <<-EOF
NOTE: the "cardano" user, and any files in its home directory, likely still
remain on disk! If you wish to clean this up, run "userdel -r cardano".
EOF
}
|