mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
306 B
Text
14 lines
306 B
Text
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 $*
|