summaryrefslogtreecommitdiff
path: root/staging/vde2/vde2.install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/vde2/vde2.install')
-rw-r--r--staging/vde2/vde2.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/staging/vde2/vde2.install b/staging/vde2/vde2.install
deleted file mode 100644
index 74e1710ff..000000000
--- a/staging/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
-}