#!/bin/sh
. /lib/functions.sh


case "${ACTION}" in
 pressed)
    if [ -e /tmp/extmode ];then
        rm /tmp/extmode
    fi
    touch /tmp/apmode
;;
esac
