slackbuilds_ponce/system/yash/doinst.sh
Hunter Sezen a71ce2cf60
system/yash: Added doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-02-08 20:56:34 +07:00

8 lines
158 B
Bash

if [ ! -r etc/shells ]; then
touch etc/shells
chmod 644 etc/shells
fi
if ! grep -q /bin/yash etc/shells ; then
printf %s\\n /bin/yash >> etc/shells
fi