source-code
This commit is contained in:
10
source-code/DEBIANS/AltDaemon/DEBIAN/control
Normal file
10
source-code/DEBIANS/AltDaemon/DEBIAN/control
Normal file
@@ -0,0 +1,10 @@
|
||||
Package: com.rileytestut.altdaemon
|
||||
Section: System
|
||||
Maintainer: Riley Testut
|
||||
Depends: firmware (>=12.2)
|
||||
Architecture: iphoneos-arm
|
||||
Version: 0.1
|
||||
Size: 873258
|
||||
Description: AltDaemon allows AltStore to install and refresh apps without a computer.
|
||||
Name: AltDaemon
|
||||
Author: Riley Testut - T7Y
|
||||
2
source-code/DEBIANS/AltDaemon/DEBIAN/postinst
Normal file
2
source-code/DEBIANS/AltDaemon/DEBIAN/postinst
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
launchctl load /Library/LaunchDaemons/com.rileytestut.altdaemon.plist
|
||||
2
source-code/DEBIANS/AltDaemon/DEBIAN/preinst
Normal file
2
source-code/DEBIANS/AltDaemon/DEBIAN/preinst
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
launchctl unload /Library/LaunchDaemons/com.rileytestut.altdaemon.plist >> /dev/null 2>&1
|
||||
2
source-code/DEBIANS/AltDaemon/DEBIAN/prerm
Normal file
2
source-code/DEBIANS/AltDaemon/DEBIAN/prerm
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
launchctl unload /Library/LaunchDaemons/com.rileytestut.altdaemon.plist
|
||||
Reference in New Issue
Block a user