summarylogtreecommitdiffstats
path: root/vde2.install
blob: bf538e01f2343eee48226b53ca6af40806c0f55c (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  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
}