summaryrefslogtreecommitdiffstats
path: root/dropbear.pkg/prerm
diff options
context:
space:
mode:
Diffstat (limited to 'dropbear.pkg/prerm')
-rw-r--r--dropbear.pkg/prerm6
1 files changed, 6 insertions, 0 deletions
diff --git a/dropbear.pkg/prerm b/dropbear.pkg/prerm
new file mode 100644
index 0000000..05fca4c
--- /dev/null
+++ b/dropbear.pkg/prerm
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ "x${1}" = 'xremove' ]; then
+ /etc/init.d/dropbear stop
+ /etc/init.d/dropbear disable
+fi