summaryrefslogtreecommitdiff
path: root/community/ndisc6/ndisc6.install
blob: fb1d5c926e5dd0a8e603d0eee6d053da126529e3 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

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

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