summaryrefslogtreecommitdiffstats
path: root/system/pdksh/doinst.sh
diff options
context:
space:
mode:
author Daniel LEVAI2010-05-13 01:01:03 +0200
committer Michiel van Wessem2010-05-13 01:01:03 +0200
commit6ec76a9860188c0e2de54daf61f5a4ff590ad8ef (patch)
treeedd70b526118253bc6ab17c0dcd069325fa5016f /system/pdksh/doinst.sh
parent387f1e8f9c14fc5648eee03d43787806c806fe20 (diff)
downloadslackbuilds-6ec76a9860188c0e2de54daf61f5a4ff590ad8ef.tar.gz
system/pdksh: Added to 13.0 repository
Diffstat (limited to 'system/pdksh/doinst.sh')
-rw-r--r--system/pdksh/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/pdksh/doinst.sh b/system/pdksh/doinst.sh
new file mode 100644
index 0000000000..1c7b18bd18
--- /dev/null
+++ b/system/pdksh/doinst.sh
@@ -0,0 +1,5 @@
+
+if ! grep -q '/bin/pdksh' etc/shells ; then
+ printf "/bin/pdksh\n" >> etc/shells ;
+fi
+