xenocara/font/alias/Makefile.bsd-wrapper
2008-03-20 20:54:57 +00:00

10 lines
199 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2008/03/20 20:54:57 matthieu Exp $
afterinstall:
@if test -z "$(DESTDIR)"; then \
echo "running fc-cache";\
fc-cache -s -v ;\
fi
.include <bsd.xorg.mk>