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