aur/net/vde2/vde2-vdeplug4-git/vde2.install

10 lines
295 B
Plaintext
Raw Permalink Normal View History

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
}