summaryrefslogtreecommitdiff
path: root/testing/vde2/vde2.install
blob: 74e1710ffed1e27c2d6163018c404564265ebf77 (plain)
1
2
3
4
5
6
7
8
9
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
}