diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-08-08 11:40:00 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-10 12:58:25 +0000 |
commit | d41d42a58e22c676a93447f8eb806f21bb51c529 (patch) | |
tree | 1afe0103a8f7f097280018c3d15973e1c195bb0f /main/bash/bash.pre-deinstall | |
parent | edfdd532b6c866872fbc84bc23e7c57833176a6c (diff) | |
download | aports-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-deinstall | 3 |
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 |