diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 00:57:40 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 00:57:40 +0300 |
commit | ba25821bf186bf614cfe2579a1efca74a651fa33 (patch) | |
tree | 76aaa6fc352b5c157ade7c7034e5c66d73db4f56 /testing/acpilight/build | |
parent | d6211c84f363205bba2b8b4f28366484aa5090f5 (diff) | |
download | repository-ba25821bf186bf614cfe2579a1efca74a651fa33.tar.gz |
acpilight: added package to testing
Diffstat (limited to 'testing/acpilight/build')
-rwxr-xr-x | testing/acpilight/build | 5 |
1 files changed, 5 insertions, 0 deletions
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" |