#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	# Apply default shares on first install
	/usr/sbin/ksmbdctl apply 2>/dev/null || true
}
exit 0
