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