#!/bin/sh

# arg 1:  the new package version
post_install() {
  systemd-tmpfiles --create ndisc6.conf
}

# vim:set ts=2 sw=2 ft=sh et:
