/DEBIAN/postinst
#! | 7 lines | 6 code | 1 blank | 0 comment | 0 complexity | 14421edaf4b4cced60ca87698e68af3a MD5 | raw file
- #!/bin/bash
- chown -R mobile /Applications/OfflineMaps.app/
- if test -d /var/mobile/Media/Maps/
- then
- chown -R mobile /var/mobile/Media/Maps/
- fi