[pam_shield] fixed typo

Carl Thompson redragon at fedoraproject.org
Fri Aug 12 07:50:01 UTC 2011


commit b914dfdb5d1d394270f2269fe2127489886152aa
Author: Carl Thompson <fedora at red-dragon.com>
Date:   Fri Aug 12 02:49:39 2011 -0500

    fixed typo

 pam_shield.spec |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/pam_shield.spec b/pam_shield.spec
index 244e908..6726271 100644
--- a/pam_shield.spec
+++ b/pam_shield.spec
@@ -82,10 +82,6 @@ restorecon -R /var/lib/pam_shield || :
 %postun
 if [ $1 -eq 0 ] ; then
 semanage fcontext -d -t var_auth_t '/var/lib/pam_shield' 2>/dev/null || :
-fi
-
-%postun
-if [ $1 -eq 0 ] ; then
 rm -f /var/lib/pam_shield/db
 fi
 


More information about the scm-commits mailing list