summaryrefslogtreecommitdiff
blob: b66b6e79c143ad5ed1a3a0954175fff2496c6981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
diff --git a/Makefile.am b/Makefile.am
index 183289f7..c791896c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -689,24 +689,6 @@ endif #FAPI
 EXTRA_DIST += dist/tpm-udev.rules
 
 install-dirs:
-if HOSTOS_LINUX
-if SYSD_SYSUSERS
-	@echo "systemd-sysusers $(DESTDIR)$(sysconfdir)/sysusers.d/tpm2-tss.conf"
-	@systemd-sysusers $(DESTDIR)$(sysconfdir)/sysusers.d/tpm2-tss.conf || echo "WARNING Failed to create the tss user and group"
-else
-	@echo "call make_tss_user_and_group"
-	@$(call make_tss_user_and_group) || echo "WARNING Failed to create the tss user and group"
-endif
-if SYSD_TMPFILES
-	@echo "systemd-tmpfiles --create $(DESTDIR)$(sysconfdir)/tmpfiles.d/tpm2-tss-fapi.conf"
-	@systemd-tmpfiles --create $(DESTDIR)$(sysconfdir)/tmpfiles.d/tpm2-tss-fapi.conf|| echo "WARNING Failed to create the FAPI directories with the correct permissions"
-else
-	@echo "(call make_fapi_dirs) && (call set_fapi_permissions)"
-	@-$(call make_fapi_dirs) && $(call set_fapi_permissions) || echo "WARNING Failed to create the FAPI directories with the correct permissions"
-endif
-	@echo "call check_fapi_dirs"
-	@$(call check_fapi_dirs)
-endif
 
 install-data-hook: install-dirs
 	-if [ ! -z "$(udevrulesprefix)" ]; then \