diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-04 22:51:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-04 22:51:57 +0300 |
commit | bd36e113fed47de6ac33e411daf7a0b2a34bcbf6 (patch) | |
tree | af403d84dc696fe517683cd563a5bbb3fdccac29 /xorg/liberation-fonts-ttf/build | |
parent | 7bc852f77943f4f92a548b3a0f43d6a0a303b585 (diff) | |
download | repository-bd36e113fed47de6ac33e411daf7a0b2a34bcbf6.tar.gz |
move non xorg specific packages to extra
Diffstat (limited to 'xorg/liberation-fonts-ttf/build')
-rwxr-xr-x | xorg/liberation-fonts-ttf/build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xorg/liberation-fonts-ttf/build b/xorg/liberation-fonts-ttf/build deleted file mode 100755 index bdc86a6f..00000000 --- a/xorg/liberation-fonts-ttf/build +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -e - -install -Dm644 ./*.ttf -t "$1/usr/share/fonts/TTF/" -install -Dm644 ./*.conf -t "$1/etc/fonts/conf.avail/" |