From 9631bf4e7cc6a99b6af1b6dcfdefc1aa3178d944 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 1 May 2019 18:25:12 +0200 Subject: [PATCH] data/fonts/Makefile.am: fix uninstall Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/bca28aad096415af214a865ede963f055103c2f2 Author: vanhofen 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 --- data/fonts/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/fonts/Makefile.am b/data/fonts/Makefile.am index c7d37e3bc..c4eb8cc55 100644 --- a/data/fonts/Makefile.am +++ b/data/fonts/Makefile.am @@ -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