From bd36e113fed47de6ac33e411daf7a0b2a34bcbf6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 4 Oct 2020 22:51:57 +0300 Subject: move non xorg specific packages to extra --- extra/liberation-fonts-ttf/build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 extra/liberation-fonts-ttf/build (limited to 'extra/liberation-fonts-ttf/build') diff --git a/extra/liberation-fonts-ttf/build b/extra/liberation-fonts-ttf/build new file mode 100755 index 00000000..bdc86a6f --- /dev/null +++ b/extra/liberation-fonts-ttf/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +install -Dm644 ./*.ttf -t "$1/usr/share/fonts/TTF/" +install -Dm644 ./*.conf -t "$1/etc/fonts/conf.avail/" -- cgit v1.2.3