Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 141 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
136 holmgren 1
dpkg -L #PACKAGE# | grep '\.\(pike\|pmod\)$' |
2
while read file; do
3
      rm -f "${file}.o"
141 holmgren 4
done