FIXUPHACK 167 B

12345678910
  1. #it may have both...
  2. if [ -f ./usr/share/usb.ids.gz ];then
  3. [ -f ./usr/share/usb.ids ] && rm -f ./usr/share/usb.ids
  4. cd usr/share
  5. gunzip usb.ids.gz
  6. cd ..
  7. cd ..
  8. fi