From 8407c371563fbeb53362bdf78e36a852b49313e8677529f57a52766bb7ca769e Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 5 Mar 2019 12:43:41 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=281 --- bash.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.spec b/bash.spec index d471dfe..046df86 100644 --- a/bash.spec +++ b/bash.spec @@ -493,11 +493,11 @@ EOF %post -p /bin/bash %{_sbindir}/update-alternatives --quiet --force \ --install %{_bindir}/sh sh %{_bindir}/bash 10100 +ln -sf %{_bindir}/sh /bin/sh %preun -p /bin/bash if test "$1" = 0; then %{_sbindir}/update-alternatives --quiet --remove sh %{_bindir}/bash -ln -sf %{_bindir}/sh /bin/sh fi %post doc