FIXUPHACK 428 B

1234567891011
  1. #if the pkg created in packages-woof has something wrong, this file is a last
  2. #resort to fix it. Current-dir is where this file FIXUPHACK is located.
  3. if [ -f usr/share/mime/globs ];then
  4. cat usr/share/mime/globs-puppy-extra >> usr/share/mime/globs
  5. rm -f usr/share/mime/globs-puppy-extra
  6. fi
  7. #warning, T2 does not create the files in /usr/share/mime
  8. # so using my ready-made pet instead. need to examine T2 build see why this.