remove the symlink as well when removing the adam2 patcher
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7023 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
1a16baeccd
commit
7dbd449173
|
@ -9,6 +9,5 @@ start() {
|
|||
mtd unlock adam2
|
||||
/sbin/adam2patcher /dev/mtdblock0
|
||||
}
|
||||
disable
|
||||
rm -f /etc/init.d/adam2 /sbin/adam2patcher >&- 2>&-
|
||||
rm -f /etc/rc.d/S${START}adam2 /etc/init.d/adam2 /sbin/adam2patcher >&- 2>&-
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue