aboutsummaryrefslogtreecommitdiff
path: root/system/sash/doinst.sh
diff options
context:
space:
mode:
authorMenno E. Duursma <druiloor@zonnet.nl>2010-05-11 20:02:07 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 20:02:07 +0200
commit081ad402b49a5419eb3072aad0bfde95ebb6d988 (patch)
treed9c785d718b9c684b0c5cafcfefce3fd0df734a6 /system/sash/doinst.sh
parent0b8cef7f93558e77d9474e7b79635be1a9e24cec (diff)
system/sash: Added to 12.0 repository
Diffstat (limited to 'system/sash/doinst.sh')
-rw-r--r--system/sash/doinst.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/sash/doinst.sh b/system/sash/doinst.sh
new file mode 100644
index 0000000000000..e5dccd90cc022
--- /dev/null
+++ b/system/sash/doinst.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# Add sash to the shells if not there
+if ! grep -q "/sash$" etc/shells ; then
+ echo "/bin/sash" >> etc/shells
+fi
+