summaryrefslogtreecommitdiff
path: root/testing/vde2/vde2.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/vde2/vde2.install')
-rw-r--r--testing/vde2/vde2.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/vde2/vde2.install b/testing/vde2/vde2.install
new file mode 100644
index 000000000..74e1710ff
--- /dev/null
+++ b/testing/vde2/vde2.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo "Change /etc/conf.d/vde to your needs."
+ echo "vde config files should be placed in /etc/vde, sample files are provided."
+ echo "iptables and dhcpd sample files have been installed to '/usr/share/vde2'."
+ echo "Merge those examples, if needed to the according config files."
+}
+
+post_upgrade() {
+ post_install $1
+}