summaryrefslogtreecommitdiffstats
path: root/projectroot/sbin/enable-rc-once
blob: d95c6cb4b7c032eb7600f8eec97656986014b91f (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
if [ -n "$1" ]; then
	rm -f "$DESTDIR/etc/rc.once.d/.done/$1"
fi
rm -f "$DESTDIR/etc/rc.once.d/.done/rc-once"

if [ -f "$DESTDIR/lib/systemd/system/rc-once.service" ]; then
	if [ ! -e $DESTDIR/system-update ]; then
		ln -sf etc/rc.once.d $DESTDIR/system-update
	fi
fi