aboutsummaryrefslogtreecommitdiffstats
path: root/testing/csync2/csync2.post-upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'testing/csync2/csync2.post-upgrade')
-rw-r--r--testing/csync2/csync2.post-upgrade6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/csync2/csync2.post-upgrade b/testing/csync2/csync2.post-upgrade
new file mode 100644
index 0000000000..26f8e45124
--- /dev/null
+++ b/testing/csync2/csync2.post-upgrade
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+mv /etc/csync2.cfg /etc/csync2/ &> /dev/null
+mv /etc/csync2_ssl_*.pem /etc/csync2/ &> /dev/null
+
+exit 0