archrelease: copy trunk to extra-x86_64
[arch-packages.git] / ifplugd / repos / extra-x86_64 / ifplugd.install
blobc061d8c31bb84575bc62026a638406bba83a3636
1 post_upgrade() {
2   if [ $(vercmp $2 0.28-12) -lt 0 ]; then
3     cat << "EOF"
4 * When used with initscripts, /etc/ifplugd/ifplugd.conf now uses
5   INTERFACES= again instead of NET_IFS=.
6 * This package no longer provides a default ifplugd.action script.
7 * To use ifplugd with systemd, run
8    systemctl enable ifplugd@eth0.service
9 EOF
10   fi
13 # vim:set ts=2 sw=2 et: