aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dash/dash.post-install
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-08-08 12:05:53 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2015-08-10 13:22:50 +0000
commitd1b87353258a814920cfe7dac284fd22767a613d (patch)
tree6b8c95885d6ea4899069618323f068bcaf0db5b6 /testing/dash/dash.post-install
parent765091b9be3071541117fe5565691862c1156826 (diff)
downloadaports-d1b87353258a814920cfe7dac284fd22767a613d.tar.bz2
aports-d1b87353258a814920cfe7dac284fd22767a613d.tar.xz
testing/dash: add /bin/dash to /etc/shells
Diffstat (limited to 'testing/dash/dash.post-install')
-rw-r--r--testing/dash/dash.post-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/dash/dash.post-install b/testing/dash/dash.post-install
new file mode 100644
index 0000000000..69af64bb04
--- /dev/null
+++ b/testing/dash/dash.post-install
@@ -0,0 +1,3 @@
+#!/bin/sh
+add-shell '/bin/dash'
+exit 0