Use block events for the mounting/unmounting of external storage devices.
[openwrt/svn-archive/archive.git] / package / base-files / files / etc / hotplug.d / ieee1394 / 10-ieee1394
1 #!/bin/sh
2
3 # Copyright (C) 2009 OpenWrt.org
4
5 case "$ACTION" in
6 add)
7 # update LEDs
8 ;;
9 remove)
10 # update LEDs
11 ;;
12 esac
13