PKGBUILDs/community/vde2/vde2.install

15 lines
306 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
post_install() {
echo "(required) Start /etc/rc.d/vde"
echo "(Optional) Merge /usr/share/vde2/iptables.rules.sample to"
echo " /etc/iptables/iptables.rules"
echo "(optional) Example dhcpd config is in /usr/share/vde2/dhpcd.conf.sample"
}
post_upgrade() {
post_install $1
}
op=$1
shift
$op $*