Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fix postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Aug 8, 2015
1 parent a9f1492 commit b5fe478
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkginfo/Scripts/postinstall
Expand Up @@ -13,15 +13,16 @@ for f in \
chown -Rh root:wheel "$f"
done

# ------------------------------------------------------------
# load kext
sh "/Library/Application Support/org.pqrs/Seil/startup.sh" start

# ------------------------------------------------------------
# relaunch Seil.app

/Applications/Seil.app/Contents/Library/bin/seil \
relaunch

# ------------------------------------------------------------
# load kext
# (We have to load kext after relaunch Seil.app to avoid "kext version mismatched alert".)
sh "/Library/Application Support/org.pqrs/Seil/startup.sh" start

# ------------------------------------------------------------
exit 0

0 comments on commit b5fe478

Please sign in to comment.