main: Always report new post codes

Right now, we rely on the signals sent via the property value of the
post code changing in order to alert DBus clients of new post codes.
Unfortunately, the underlying code checks to see if the value has
actually changed before sending out a PropertiesChanged signal. This is
undesirable for post codes as the process could actually write the same
code multiple times over LPC, and we want to capure each of those
writes.

Avoid this behavior by updating the value to a known different value,
then perform an update with signal sending to the correct value.

Change-Id: I40f419ba8e63b8431c84a108c48f47980206eaa4
Signed-off-by: William A. Kennington III <wak@google.com>
1 file changed