Share Pastebin
Guest
Public paste!

klinux

By: a guest | Mar 14th, 2010 | Syntax: None | Size: 0.24 KB | Hits: 59 | Expires: Never
Copy text to clipboard
  1. if    
  2.                     [ -f $card/custom.tar.gz ] ; then
  3.  
  4.             if [ -f /data/custom.prop ] ; then
  5.                     echo "already customized"
  6.             else
  7.                     echo "Loading customizations"
  8.                     tar xzf $card/custom.tar.gz -C /data
  9.             fi
  10.  
  11. fi