From f52c88fafeed3a3301a3afe43283db38019e44f4 Mon Sep 17 00:00:00 2001 From: ethanarbuckle Date: Fri, 1 Jan 2021 18:02:54 -0800 Subject: [PATCH] postinst fails if CarPlay process wasn't running --- control | 2 +- postinst_postrm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/control b/control index 28f5915..b58a312 100644 --- a/control +++ b/control @@ -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 diff --git a/postinst_postrm b/postinst_postrm index 74f94aa..682478d 100644 --- a/postinst_postrm +++ b/postinst_postrm @@ -1,3 +1,3 @@ #!/bin/sh -killall -9 CarPlay \ No newline at end of file +killall -9 CarPlay || true \ No newline at end of file