summaryrefslogtreecommitdiffstats
path: root/rules/rc-once.postinst
blob: a7368bde1c286517dc0a1e60b09b581550312b76 (plain)
1
2
3
4
5
6
#!/bin/sh

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