7 lines
140 B
Bash
7 lines
140 B
Bash
#!/bin/sh
|
|
. ${IPKG_INSTROOT}/lib/functions.sh
|
|
default_prerm $0 $@
|
|
rm /var/etc/smartdns.conf -f
|
|
rm /var/etc/smartdns/smartdns.conf -f
|
|
exit 0
|