Files
2026-03-10 04:38:41 -07:00

12 lines
301 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@
override_dh_auto_install:
install -d debian/fonts-maple-mono-nf/usr/share/fonts/truetype/maple-mono-nf
cp usr/share/fonts/truetype/maple-mono-nf/*.ttf \
debian/fonts-maple-mono-nf/usr/share/fonts/truetype/maple-mono-nf/
override_dh_auto_build:
# nothing to build