diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 17:24:14 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 17:24:14 -0500 |
commit | a57d9d2998af6407fec1c84be17aaa628575d1de (patch) | |
tree | a578e9751065e4f4a24cded995f61c933b8b2c25 /system/sash/doinst.sh | |
parent | d777998487301ff1911c66e10c1b948ae0a9f84e (diff) |
system/sash: Removed (unmaintained)
Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006570.html
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/sash/doinst.sh')
-rw-r--r-- | system/sash/doinst.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/system/sash/doinst.sh b/system/sash/doinst.sh deleted file mode 100644 index 04f7d604cd..0000000000 --- a/system/sash/doinst.sh +++ /dev/null @@ -1,5 +0,0 @@ -# Add sash to the shells if not there -if ! grep -q "/sash$" etc/shells ; then - echo "/bin/sash" >> etc/shells -fi - |