Changes

From SME Server
Jump to navigationJump to search
260 bytes added ,  22:40, 1 October 2014
Line 203: Line 203:  
  # on the SME Server. This may mean things like signalling events or
 
  # on the SME Server. This may mean things like signalling events or
 
  # running action scripts
 
  # running action scripts
 +
 +
==== %clean ====
 +
rm -rf $RPM_BUILD_ROOT
 +
 +
# Now we have to list all the files that are part of our installed RPM
 +
# The %files statement lets us refer to an external file list that we
 +
# just generated, which is easier than trying to list them all by hand
 +
    
==== %preun ====
 
==== %preun ====
Line 209: Line 217:  
  # on the SME Server. This may mean things like signalling events or
 
  # on the SME Server. This may mean things like signalling events or
 
  # running action scripts
 
  # running action scripts
 +
 
==== %postun ====
 
==== %postun ====
  

Navigation menu