6 lines
92 B
Bash
6 lines
92 B
Bash
#!/bin/sh -e
|
|
|
|
mkdir -p "$1/usr/share/fonts/X11/fixed"
|
|
|
|
mv * "$1/usr/share/fonts/X11/fixed/"
|