diff options
Diffstat (limited to 'testing/vde2/vde2.install')
-rw-r--r-- | testing/vde2/vde2.install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/vde2/vde2.install b/testing/vde2/vde2.install deleted file mode 100644 index 74e1710ff..000000000 --- a/testing/vde2/vde2.install +++ /dev/null @@ -1,10 +0,0 @@ -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 -} |