diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 5ade758af..f5667718d 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -134,12 +134,10 @@ fi %postun if [ "$1" = "0" ]; then %ifnos linux -if [ !"$1" = "2" ] if grep "^xcatd" /etc/inittab >/dev/null then /usr/sbin/rmitab xcatd >/dev/null fi -fi %endif true # so on aix we do not end up with an empty if stmt fi