Skip to content

Commit

Permalink
postinst fails if CarPlay process wasn't running
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanArbuckle committed Jan 2, 2021
1 parent a29dddf commit f52c88f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: com.cortex.carplayenable
Name: carplayenable
Depends: mobilesubstrate
Version: 0.1.0
Version: 0.0.1
Architecture: iphoneos-arm
Description: Use any app with CarPlay
Maintainer: Cortex
Expand Down
2 changes: 1 addition & 1 deletion postinst_postrm
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

killall -9 CarPlay
killall -9 CarPlay || true

0 comments on commit f52c88f

Please sign in to comment.