Skip to content

Commit 2c26668

Browse files
committed
#6 upgtool uninstaller
1 parent 7f25d57 commit 2c26668

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ core..*
2121
hdumpstate*
2222
release/
2323
*.swp
24+
settings.txt
25+
ignoreme/

uninstaller/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ uninstall() {
1919
log "removing ${BINARY}"
2020
busybox rm -f ${VENDOR}/bin/${BINARY}
2121

22+
log "removing upgtool"
23+
busybox rm -f ${VENDOR}/bin/upgtool-linux-arm5
24+
2225
log "uninstalling ${BINARY} service"
2326
grep -q "init.${BINARY}.rc" "${INITRD_UNPACKED}/init.rc"
2427
if test $? -eq 0; then

0 commit comments

Comments
 (0)