summarylogtreecommitdiffstats
path: root/x11docker.install
blob: b7d57d83d5f33c98c9bac6a70e4bfb65882a42ab (plain)
1
2
3
4
5
6
post_remove() {
cat << EOF
  You might want to remove the containers that were created by x11docker:
  docker rm \$(docker container ls -aq --filter name=x11docker_X)
EOF
}