#!/bin/bash

if test ! -e /etc/firmware/battery/firmware.img; then
   die "battery firmware image not found!"
fi

echo update > /sys/class/power_supply/battery/device/update
