xenocara/font/alias/Makefile.bsd-wrapper

10 lines
199 B
Makefile
Raw Normal View History

# $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
2006-11-26 10:37:04 -07:00
.include <bsd.xorg.mk>