10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
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
|
|
}
|