1 2 3 4 5 6
#!/bin/sh # remove localstatedir -- compiled VCL and slab files will still be here. post_remove() { rm -rf var/lib/varnish }