#!/bin/bash
set -e
name=dash
version=0.5.13.4
release=1
grep -q bin/dash etc/shells || echo "/bin/dash" >> etc/shells

