diff options
author | Memphiz <memphis@machzwo.de> | 2018-07-12 00:14:55 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2018-07-20 10:39:00 +0200 |
commit | 28c1c2ee881a5c150069f3b60aa3c5e464ceb106 (patch) | |
tree | d85c69d39e3a9a9997fe2a9ac286e8bdba21f128 /tools/darwin | |
parent | d814dfe86f65118932621ce89a280027cada6aa4 (diff) |
[ios/deb]: - reload uicache after installing deb on ios11 jailbreak
Diffstat (limited to 'tools/darwin')
-rw-r--r-- | tools/darwin/packaging/ios/mkdeb-ios.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/darwin/packaging/ios/mkdeb-ios.sh.in b/tools/darwin/packaging/ios/mkdeb-ios.sh.in index 8632edbe1e..663c5ccbbf 100644 --- a/tools/darwin/packaging/ios/mkdeb-ios.sh.in +++ b/tools/darwin/packaging/ios/mkdeb-ios.sh.in @@ -112,6 +112,8 @@ chmod +x $DIRNAME/$PACKAGE/DEBIAN/prerm echo "#!/bin/sh" > $DIRNAME/$PACKAGE/DEBIAN/postinst echo "chown -R mobile:mobile /Applications/@APP_NAME@.app" >> $DIRNAME/$PACKAGE/DEBIAN/postinst cat $DIRNAME/../migrate_to_kodi_ios.sh >> $DIRNAME/$PACKAGE/DEBIAN/postinst +echo "/usr/bin/uicache" >> $DIRNAME/$PACKAGE/DEBIAN/postinst +echo "echo 'finish:respringing ...'" >> $DIRNAME/$PACKAGE/DEBIAN/postinst chmod +x $DIRNAME/$PACKAGE/DEBIAN/postinst # prep @APP_NAME@.app |