We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f25d57 commit 2c26668Copy full SHA for 2c26668
.gitignore
@@ -21,3 +21,5 @@ core..*
21
hdumpstate*
22
release/
23
*.swp
24
+settings.txt
25
+ignoreme/
uninstaller/run.sh
@@ -19,6 +19,9 @@ uninstall() {
19
log "removing ${BINARY}"
20
busybox rm -f ${VENDOR}/bin/${BINARY}
+ log "removing upgtool"
+ busybox rm -f ${VENDOR}/bin/upgtool-linux-arm5
+
log "uninstalling ${BINARY} service"
26
grep -q "init.${BINARY}.rc" "${INITRD_UNPACKED}/init.rc"
27
if test $? -eq 0; then
0 commit comments