blob: 03ea0474f4390322f53e2999be0de909f3f04c90 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- tools/Makefile.am.orig 2025-05-11 22:29:23 UTC
+++ tools/Makefile.am
@@ -155,10 +155,10 @@ install-data-hook:
if BUILD_EXULT_THUMB
install-data-hook:
- update-mime-database $(DESTDIR)$(EXULT_THUMB_PREFIX)/mime || :
+ :
uninstall-hook:
- update-mime-database $(DESTDIR)$(EXULT_THUMB_PREFIX)/mime || :
+ :
else
install-data-hook:
uninstall-hook:
|