remove the symlink as well when removing the adam2 patcher

SVN-Revision: 7023
This commit is contained in:
Felix Fietkau 2007-04-21 09:34:28 +00:00
parent c7f299dfe5
commit edb8f76fbc

View File

@ -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>&-
}