diff options
| -rw-r--r-- | kde-base/dolphin/dolphin-4.7.97.ebuild | 7 | ||||
| -rw-r--r-- | kde-base/dolphin/dolphin-4.8.49.9999.ebuild | 7 | ||||
| -rw-r--r-- | kde-base/dolphin/dolphin-9999.ebuild | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/kde-base/dolphin/dolphin-4.7.97.ebuild b/kde-base/dolphin/dolphin-4.7.97.ebuild index 9e53005a296..04e08e4a764 100644 --- a/kde-base/dolphin/dolphin-4.7.97.ebuild +++ b/kde-base/dolphin/dolphin-4.7.97.ebuild @@ -42,3 +42,10 @@ src_configure() { kde4-meta_src_configure } + +pkg_postinst() { + kde4-base_pkg_postinst + echo + elog "For .exe file preview support, install media-gfx/icoutils." + echo +} diff --git a/kde-base/dolphin/dolphin-4.8.49.9999.ebuild b/kde-base/dolphin/dolphin-4.8.49.9999.ebuild index 73539ca5642..128beb93ce7 100644 --- a/kde-base/dolphin/dolphin-4.8.49.9999.ebuild +++ b/kde-base/dolphin/dolphin-4.8.49.9999.ebuild @@ -42,3 +42,10 @@ src_configure() { kde4-meta_src_configure } + +pkg_postinst() { + kde4-base_pkg_postinst + echo + elog "For .exe file preview support, install media-gfx/icoutils." + echo +} diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild index 73539ca5642..128beb93ce7 100644 --- a/kde-base/dolphin/dolphin-9999.ebuild +++ b/kde-base/dolphin/dolphin-9999.ebuild @@ -42,3 +42,10 @@ src_configure() { kde4-meta_src_configure } + +pkg_postinst() { + kde4-base_pkg_postinst + echo + elog "For .exe file preview support, install media-gfx/icoutils." + echo +} |
