Changeset 481 for trunk/samhain.spec.in
- Timestamp:
- Jul 18, 2015, 5:06:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samhain.spec.in
r418 r481 185 185 fi 186 186 187 %postun188 if [ "$1" = 0 ]; then189 # remove any kernel modules that might have been installed190 RVER=`uname -r`191 MODFILES=`ls /lib/modules/$RVER/@install_name@* 2>/dev/null`192 if test "x$MODFILES" = x; then193 :194 else195 rm -f /lib/modules/$RVER/@install_name@*196 fi197 fi198 187 199 188 … … 203 192 %dir @mylogdir@ 204 193 %doc docs/BUGS COPYING docs/Changelog docs/TODO 205 %doc LICENSE docs/FAQ.html docs/HOWTO* docs/MANUAL-2_ 3.* docs/README*194 %doc LICENSE docs/FAQ.html docs/HOWTO* docs/MANUAL-2_4.* docs/README* 206 195 @mydataroot@ 207 196 %if "%{withstg_prg}" == "xsamhain_stealth"
Note:
See TracChangeset
for help on using the changeset viewer.