diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:05:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:05:59 +0300 |
commit | db173b838cf4103e8ef99039f2cdf24d8d041d37 (patch) | |
tree | 9a85aea152f9ec724797c51474d7772ff0d1a350 /xorg/hicolor-icon-theme/build | |
parent | a8738960bdd1bea0264a042e86acf23fc838b0e2 (diff) | |
download | repository-db173b838cf4103e8ef99039f2cdf24d8d041d37.tar.gz |
hicolor-icon-theme: move to extra
Diffstat (limited to 'xorg/hicolor-icon-theme/build')
-rwxr-xr-x | xorg/hicolor-icon-theme/build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xorg/hicolor-icon-theme/build b/xorg/hicolor-icon-theme/build deleted file mode 100755 index c647b8ef..00000000 --- a/xorg/hicolor-icon-theme/build +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make DESTDIR="$1" install |