aboutsummaryrefslogtreecommitdiff
path: root/extra/shinit/build
blob: 0b82a3b244aa6c421ade8dc5eee9cc24df0d714d (plain)
1
2
3
4
5
6
7
#!/bin/sh -e

install -Dm755 shinit   "$1/usr/bin/shinit"
install -Dm755 poweroff "$1/usr/bin/poweroff"

ln -s shinit   "$1/usr/bin/init"
ln -s poweroff "$1/usr/bin/reboot"