[ladvd/f16] fix "Non-fatal POSTIN scriptlet failure"

Tomasz Torcz ttorcz at fedoraproject.org
Tue Feb 7 08:49:06 UTC 2012


commit 5e3a04aa333c9a809d424efdab275df96c2b5ac0
Author: Tomasz Torcz <tomek at pipebreaker.pl>
Date:   Mon Aug 15 23:18:03 2011 +0200

    fix "Non-fatal POSTIN scriptlet failure"

 ladvd.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ladvd.spec b/ladvd.spec
index 725eeb5..c670841 100644
--- a/ladvd.spec
+++ b/ladvd.spec
@@ -124,7 +124,7 @@ rm -rf %{buildroot}
 
 %post
 /sbin/chkconfig --add %{name}
-/bin/systemctl daemon-reload >/dev/null 2>&1 :
+/bin/systemctl daemon-reload >/dev/null 2>&1 || :
 
 %preun
 if [ $1 = 0 ]; then


More information about the scm-commits mailing list