summaryrefslogtreecommitdiff
path: root/extra/varnish/varnish.install
blob: 1cbb1f16e18b2c2bb64dad66eef5c76f844ad811 (plain)
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
}