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