pinstall.sh 313 B

123456789101112
  1. #!/bin/sh
  2. #post-install script.
  3. #creatuppy: current directory is rootfs-complete, which has the final filesystem.
  4. #pupget: current directory is /.
  5. #if [ ! -e ./usr/local/bin/xpaint ];then
  6. # ln -s mtpaint ./usr/local/bin/xpaint
  7. #fi
  8. #if [ ! -e ./usr/local/bin/gimp ];then
  9. # ln -sf mtpaint ./usr/local/bin/gimp
  10. #fi