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

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

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