mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user