From b1980c679d175d23b8e7b286e48ea772854bce85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 13 Oct 2010 19:42:12 +0300 Subject: [PATCH] Cosmetic trigger 'code style' changes. --- bash-completion.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash-completion.spec b/bash-completion.spec index 99724bd..fc5cfeb 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -149,10 +149,10 @@ rm -rf $RPM_BUILD_ROOT # is never defined)? %define bashcomp_trigger() \ %triggerin -- %{?2}%{!?2:%1}\ -[ -e %{_sysconfdir}/bash_completion.d/%1 ] ||\ +[ -e %{_sysconfdir}/bash_completion.d/%1 ] || \\\ ln -s %{_datadir}/%{name}/%1 %{_sysconfdir}/bash_completion.d || :\ %triggerun -- %{?2}%{!?2:%1}\ -[ $2 -gt 0 ] %{?3:|| [ -x %3 ]} %{?4:|| [ -x %4 ]} %{?5:|| [ -x %5 ]} ||\ +[ $2 -gt 0 ]%{?3: || [ -x %3 ]}%{?4: || [ -x %4 ]}%{?5: || [ -x %5 ]} || \\\ rm -f %{_sysconfdir}/bash_completion.d/%1 || :\ %{nil}