summarylogtreecommitdiffstats
path: root/dhcp6c.install
blob: 6b3d094d39a275a8e227f27329fe5cdb3a35a3f5 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "Edit the DHCPv6 client configuration in /etc/wide-dhcpv6/dhcp6c.conf"
  echo "Also add your internal and external interface to /etc/conf.d/startpd.conf"
  echo "and enable dhcp6c.service."
}

post_upgrade() {
  post_install
}