diff options
Diffstat (limited to 'tools/darwin/packaging/ios/mkdeb-ios.sh.in')
-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 |