From ba25821bf186bf614cfe2579a1efca74a651fa33 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 17 Dec 2019 00:57:40 +0300 Subject: acpilight: added package to testing --- testing/acpilight/build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 testing/acpilight/build (limited to 'testing/acpilight/build') diff --git a/testing/acpilight/build b/testing/acpilight/build new file mode 100755 index 00000000..a0235d54 --- /dev/null +++ b/testing/acpilight/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +install -Dm755 xbacklight "$1/usr/bin/xbacklight" +install -Dm644 xbacklight.1 "$1/usr/share/man/xbacklight.1" +install -Dm644 90-backlight.rules "$1/usr/lib/udev/rules.d/90-backlight.rules" -- cgit v1.2.3