blob: 03f6f3f5734a1b926f7a4fdf53e26700bd3ce16d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
depends on poweroff-scripts
sysvinit.install
halt_init.patch
# Rename some stuff so it does not bigfoot changes needed for runit
cd "${pkgdir}/sbin"
rm -f reboot poweroff
mv halt halt.init
mv shutdown shutdown.init
|