From 8b694eb11661a9bdd1b795bd7c2fe870074fe647 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Sat, 24 Sep 2005 04:16:55 +0000 Subject: [PATCH] Fixed postun parameter check --- shibboleth.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shibboleth.spec.in b/shibboleth.spec.in index 6ae1c06..7cb964b 100644 --- a/shibboleth.spec.in +++ b/shibboleth.spec.in @@ -109,7 +109,7 @@ fi /sbin/ldconfig # delete the shibboleth apache configuration if we're being removed -[ "$0" = 0 ] || exit 0 +[ "$1" = 0 ] || exit 0 [ -f %{_sysconfdir}/httpd/conf.d/shib.conf ] && \ rm -f %{_sysconfdir}/httpd/conf.d/shib.conf -- 2.1.4