Skip to content

Commit

Permalink
Force a device respring after install
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Jul 11, 2015
1 parent 24975d7 commit 96035c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ SSLKillSwitch2_CFLAGS=-DSUBSTRATE_BUILD

include $(THEOS_MAKE_PATH)/tweak.mk
include $(THEOS_MAKE_PATH)/aggregate.mk


after-install::
# Respring the device
install.exec "killall -9 SpringBoard"

0 comments on commit 96035c1

Please sign in to comment.