diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:06:10 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:06:10 +0300 |
commit | dfb5a2bd511d63d67a0fa73f2deb2abfd0d52960 (patch) | |
tree | c8aa899c939ca2e897cba46947c28ae224b83bba /testing/acpilight/build | |
parent | a25c9b9a4254187fce9d424fa31de0eec35f5ff3 (diff) | |
download | repository-dfb5a2bd511d63d67a0fa73f2deb2abfd0d52960.tar.gz |
acpilight: move to extra
Diffstat (limited to 'testing/acpilight/build')
-rwxr-xr-x | testing/acpilight/build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/acpilight/build b/testing/acpilight/build deleted file mode 100755 index a0235d54..00000000 --- a/testing/acpilight/build +++ /dev/null @@ -1,5 +0,0 @@ -#!/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" |