From fc0cde0e2a18d234bcea5b396ff61761cbc6560c Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 16 Sep 2010 16:10:41 +0300 Subject: quick and dirty ebuilds for my new keyboard (cource live from source repo) --- app-misc/g15daemon/files/g15daemon-hotplug | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app-misc/g15daemon/files/g15daemon-hotplug (limited to 'app-misc/g15daemon/files/g15daemon-hotplug') diff --git a/app-misc/g15daemon/files/g15daemon-hotplug b/app-misc/g15daemon/files/g15daemon-hotplug new file mode 100644 index 0000000..1e20761 --- /dev/null +++ b/app-misc/g15daemon/files/g15daemon-hotplug @@ -0,0 +1,13 @@ +#!/bin/sh + +case "$ACTION" in + "add") + /etc/init.d/g15daemon restart + ;; + "remove") + /etc/init.d/g15daemon stop + ;; + *) + exit 0 + ;; +esac -- cgit v1.2.3