From 7224c1253228e5c29c78cb3f0f26ce34770f2356 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Sat, 15 Feb 2014 23:24:26 +0200 Subject: Added ebuilds for kogaion desktop --- app-misc/rogentoslive-tools/files/2/cdeject | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app-misc/rogentoslive-tools/files/2/cdeject (limited to 'app-misc/rogentoslive-tools/files/2/cdeject') diff --git a/app-misc/rogentoslive-tools/files/2/cdeject b/app-misc/rogentoslive-tools/files/2/cdeject new file mode 100644 index 00000000..302a3415 --- /dev/null +++ b/app-misc/rogentoslive-tools/files/2/cdeject @@ -0,0 +1,11 @@ +#!/sbin/runscript + +description="Eject LiveCD/DVD at live system shutdown/reboot" + +depend() { + after * +} + +start() { + /usr/libexec/cdeject.sh +} -- cgit v1.2.3