summaryrefslogtreecommitdiff
path: root/debian/pcp.postinst.head.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/pcp.postinst.head.in')
-rw-r--r--debian/pcp.postinst.head.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/pcp.postinst.head.in b/debian/pcp.postinst.head.in
new file mode 100644
index 0000000..bab8091
--- /dev/null
+++ b/debian/pcp.postinst.head.in
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+#DEBHELPER#
+#
+# The goal here is to live-migrate PCP temporary files from places
+# they may have been stashed away in previous versions. This is
+# important as they may be in-use by instrumented applications and
+# we want to avoid loss of service as a result of the switch.
+#
+
+# The new place ... this should match the setting in /etc/pcp.conf
+# _after_ the installation
+#
+PCP_TMP_DIR=@pcp_tmp_dir@
+