summaryrefslogtreecommitdiff
path: root/testing/varnish/varnish.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/varnish/varnish.install')
-rw-r--r--testing/varnish/varnish.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/varnish/varnish.install b/testing/varnish/varnish.install
new file mode 100644
index 000000000..1cbb1f16e
--- /dev/null
+++ b/testing/varnish/varnish.install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# remove localstatedir -- compiled VCL and slab files will still be here.
+post_remove() {
+ rm -rf var/lib/varnish
+}