summaryrefslogtreecommitdiff
path: root/system/openrc/openrc.post-install
blob: 0f6572ef73bd0f980dd3c8570d60456402097ba5 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -d /etc/runlevels ]; then
	exit 0
fi

cp -PRr /usr/share/openrc/runlevels /etc/