trying to add removale of /etc/xCATMN successfull7
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5015 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
03bdd0277d
commit
40de0358dc
@ -105,6 +105,7 @@ cp LICENSE.html $RPM_BUILD_ROOT/%{prefix}/share/doc/packages/xCAT
|
||||
%else
|
||||
. /etc/profile.d/xcat.sh
|
||||
%endif
|
||||
touch /etc/xCATMN
|
||||
if [ "$1" = "1" ]; then #Only if installing for the first time..
|
||||
$RPM_INSTALL_PREFIX0/sbin/xcatconfig -i
|
||||
else
|
||||
@ -120,3 +121,7 @@ fi
|
||||
/install/postscripts
|
||||
/install/prescripts
|
||||
%defattr(-,root,root)
|
||||
%postun
|
||||
# removes MN file
|
||||
rm /etc/xCATMN
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user