accessibility.sh 329 B

123456789
  1. #!/bin/sh -x
  2. # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
  3. # ex: ts=8 sw=4 sts=4 et filetype=sh
  4. type getargbool >/dev/null 2>&1 || . /lib/dracut-lib.sh
  5. if getargbool 0 live.accessibility && [ -d "${NEWROOT}/etc/sv/espeakup" ]; then
  6. ln -s /etc/sv/espeakup "${NEWROOT}/etc/runit/runsvdir/current/"
  7. fi