summaryrefslogtreecommitdiffstats
path: root/dropbear.pkg/prerm
blob: 05fca4c83f94053d83da7d56accb73df0064763f (plain)
1
2
3
4
5
6
#!/bin/sh

if [ "x${1}" = 'xremove' ]; then
	/etc/init.d/dropbear stop
	/etc/init.d/dropbear disable
fi