summaryrefslogtreecommitdiff
path: root/community/ndisc6/ndisc6.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/ndisc6/ndisc6.install')
-rw-r--r--community/ndisc6/ndisc6.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/ndisc6/ndisc6.install b/community/ndisc6/ndisc6.install
index 086fb6829..7d917ca19 100644
--- a/community/ndisc6/ndisc6.install
+++ b/community/ndisc6/ndisc6.install
@@ -1,3 +1,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: