summaryrefslogtreecommitdiffstats
path: root/rules/machine-id.postinst
blob: 208f7b4b8d56382aabcc7ccd8dfc6247cc8dc911 (plain)
1
2
3
4
5
#!/bin/sh
if [ -f $DESTDIR/etc/rc.once.d/machine-id ]; then
	touch "$DESTDIR/etc/machine-id"
	$DESTDIR/usr/sbin/enable-rc-once machine-id
fi