aboutsummaryrefslogtreecommitdiffstats
path: root/main/bash/bash.pre-deinstall
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-08-08 11:40:00 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2015-08-10 12:58:25 +0000
commitd41d42a58e22c676a93447f8eb806f21bb51c529 (patch)
tree1afe0103a8f7f097280018c3d15973e1c195bb0f /main/bash/bash.pre-deinstall
parentedfdd532b6c866872fbc84bc23e7c57833176a6c (diff)
downloadaports-d41d42a58e22c676a93447f8eb806f21bb51c529.tar.bz2
aports-d41d42a58e22c676a93447f8eb806f21bb51c529.tar.xz
main/bash: add /bin/bash to /etc/shells
Diffstat (limited to 'main/bash/bash.pre-deinstall')
-rw-r--r--main/bash/bash.pre-deinstall3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/bash/bash.pre-deinstall b/main/bash/bash.pre-deinstall
new file mode 100644
index 0000000000..d110afedd5
--- /dev/null
+++ b/main/bash/bash.pre-deinstall
@@ -0,0 +1,3 @@
+#!/bin/sh
+remove-shell '/bin/bash'
+exit 0