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