Skip to content

Commit

Permalink
RPM/POST: Don't create $sysconfdir/ucx at post-install step
Browse files Browse the repository at this point in the history
- It's not required now that configuration file is not created at post
  install step
- If 'coreutils' is not installed then 'mkdir' would fail. So if we kept
  the mkdir, would need to add 'Requires: coreutils'.
  • Loading branch information
yosefe committed Aug 23, 2021
1 parent 4e68fa1 commit a0ee225
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ucx.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ rm -f %{buildroot}%{_libdir}/ucx/lib*.a

%post
/sbin/ldconfig
mkdir -p %{_sysconfdir}/ucx

%postun -p /sbin/ldconfig

Expand Down

0 comments on commit a0ee225

Please sign in to comment.