summaryrefslogtreecommitdiff
path: root/system/bash/bash.pre-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'system/bash/bash.pre-deinstall')
-rw-r--r--system/bash/bash.pre-deinstall3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/bash/bash.pre-deinstall b/system/bash/bash.pre-deinstall
new file mode 100644
index 000000000..d110afedd
--- /dev/null
+++ b/system/bash/bash.pre-deinstall
@@ -0,0 +1,3 @@
+#!/bin/sh
+remove-shell '/bin/bash'
+exit 0