From 497dc6e9cd7e3ace1f7740f7ac8fa274e88f16d2 Mon Sep 17 00:00:00 2001 From: David P Date: Fri, 2 Jul 2021 18:13:26 -0400 Subject: nonsystemd: remove opensysusers and opentmpfiles succeded by esysusers and etmpfiles Signed-off-by: David P --- nonsystemd/opentmpfiles/tmpfiles-hook | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 nonsystemd/opentmpfiles/tmpfiles-hook (limited to 'nonsystemd/opentmpfiles/tmpfiles-hook') diff --git a/nonsystemd/opentmpfiles/tmpfiles-hook b/nonsystemd/opentmpfiles/tmpfiles-hook deleted file mode 100644 index 786616b89..000000000 --- a/nonsystemd/opentmpfiles/tmpfiles-hook +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -e - -each_conf() { - while read -r f; do - "$@" "$(basename "$f")" - done -} - -case $1 in - tmpfiles) each_conf /usr/bin/tmpfiles --create ;; - *) echo >&2 " Invalid operation '$1'"; exit 1 ;; -esac - -exit 0 -- cgit v1.2.3