/core/packaging/macfuse/Install_resources/preinstall

http://macfuse.googlecode.com/ · Shell · 12 lines · 5 code · 2 blank · 5 comment · 0 complexity · ca6a591a335d07d48b41906927e34e49 MD5 · raw file

  1. #!/bin/sh
  2. #
  3. # Copyright (C) 2008 Google. All Rights Reserved.
  4. #
  5. PACKAGE_PATH=$1
  6. INSTALL_PATH=$2
  7. INSTALL_VOLUME=$3
  8. SYSTEM_ROOT=$4
  9. ## Signal success
  10. exit 0