[anyterm] add missing fi

abo abo at fedoraproject.org
Fri Jun 1 22:19:09 UTC 2012


commit bbe2516dc7d2a833685a7fab02ca455170639cd0
Author: Alexander Boström <abo at root.snowtree.se>
Date:   Fri Jun 1 22:29:43 2012 +0200

    add missing fi

 anyterm.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/anyterm.spec b/anyterm.spec
index 7102cb8..1395088 100644
--- a/anyterm.spec
+++ b/anyterm.spec
@@ -98,6 +98,7 @@ if [ $1 -eq 0 ] ; then
     # Package removal, not upgrade
     /bin/systemctl --no-reload disable anyterm.service > /dev/null 2>&1 || :
     /bin/systemctl stop anyterm.service > /dev/null 2>&1 || :
+fi
 
 %postun
 /bin/systemctl daemon-reload >/dev/null 2>&1 || :


More information about the scm-commits mailing list