PageRenderTime 23ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/DEBIAN/postinst

http://iphoneofflinemap.googlecode.com/
#! | 7 lines | 6 code | 1 blank | 0 comment | 0 complexity | 14421edaf4b4cced60ca87698e68af3a MD5 | raw file
  1. #!/bin/bash
  2. chown -R mobile /Applications/OfflineMaps.app/
  3. if test -d /var/mobile/Media/Maps/
  4. then
  5. chown -R mobile /var/mobile/Media/Maps/
  6. fi