From 4c0f14f37435c97abc3447cc1389312fe941cc56 Mon Sep 17 00:00:00 2001 From: sobomax Date: Wed, 7 Nov 2001 19:47:42 +0000 Subject: After installation display an short instruction on how to get Mozilla component working in Nautilus. --- x11-fm/nautilus/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'x11-fm/nautilus') diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index b2fe3c8..c4102139 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -64,4 +64,14 @@ pre-patch: 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' +.if !defined(WITHOUT_MOZILLA) +post-install: + @${ECHO} "" + @${ECHO} "To be able view WWW pages and HTML documents from Nautilus please" + @${ECHO} "add the following into your environment:" + @${ECHO} "" + @${ECHO} " LD_LIBRARY_PATH=${X11BASE}/mozilla-embedded" + @${ECHO} "" +.endif + .include -- cgit v1.1