diff options
Diffstat (limited to 'community/ndisc6/ndisc6.install')
-rw-r--r-- | community/ndisc6/ndisc6.install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/community/ndisc6/ndisc6.install b/community/ndisc6/ndisc6.install deleted file mode 100644 index fb1d5c926..000000000 --- a/community/ndisc6/ndisc6.install +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# arg 1: the new package version -post_install() { - systemd-tmpfiles --create ndisc6.conf -} - -# vim:set ts=2 sw=2 ft=sh et: |