Changes of Revision 16
[-] | Changed | flashcache.spec |
x 1
2 3 %post utils 4 if [ $1 == 1 ] ; then 5 -/sbin/chkconfig boot.flashcache B 6 +/sbin/chkconfig boot.flashcache B || : 7 fi 8 9 %preun utils 10 if [ $1 == 0 ] ; then 11 -/sbin/chkconfig boot.flashcache off 12 +/sbin/chkconfig boot.flashcache off || : 13 fi 14 15 %files utils 16 |