1 2 3 4 5 6 7
#!/hint/bash post_install() { if ! test -L etc/runit/runsvdir/current; then ln -sfvT default etc/runit/runsvdir/current fi }