#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
	[ -s "/etc/sensors3.conf" ] || rm -f "/etc/sensors3.conf"
fi
exit 0
