home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2013 February / ME_02_2013.iso / Software / Tuning / XtraFinder.dmg / XtraFinder.pkg / xtrafinderPostflight.pkg / Scripts / Scripts~ / postflight
Encoding:
Text File  |  2012-10-23  |  82 b   |  6 lines

  1. #!/usr/bin/env bash
  2.  
  3. RESULT=`/usr/bin/open -b 'com.trankynam.XtraFinder'`
  4.  
  5. exit 0
  6.