data/fonts/Makefile.am: fix uninstall

Origin commit data
------------------
Branch: ni/coolstream
Commit: bca28aad09
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-05-01 (Wed, 01 May 2019)

Origin message was:
------------------
- data/fonts/Makefile.am: fix uninstall

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-05-01 18:25:12 +02:00
parent 2a839f1a08
commit 9631bf4e7c

View File

@@ -27,3 +27,9 @@ install-data-hook:
mv $(neutrino_ttf) neutrino.ttf; \
mv $(tuxtxt_ttf) tuxtxt.ttf; \
ln -sf tuxtxt.ttf shell.ttf
uninstall-hook:
cd $(DESTDIR)$(FONTDIR); \
rm -f neutrino.ttf; \
rm -f tuxtxt.ttf; \
rm -f shell.ttf