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