diff options
| author | hololeap <hololeap@protonmail.com> | 2025-04-12 12:17:07 -0600 |
|---|---|---|
| committer | Arsen Arsenović <arsen@gentoo.org> | 2025-05-15 09:09:47 +0200 |
| commit | 66ed8d364c625dccabae508ca5a697a81923fa1e (patch) | |
| tree | 29e6c7507518e7ac3acb120f85cb1f277d2b1a33 /dev-haskell | |
| parent | 7f0f0328de13606f0d573a5187a10aa070169b06 (diff) | |
| download | gentoo-66ed8d364c625dccabae508ca5a697a81923fa1e.tar.gz gentoo-66ed8d364c625dccabae508ca5a697a81923fa1e.tar.bz2 gentoo-66ed8d364c625dccabae508ca5a697a81923fa1e.zip | |
dev-haskell/pandoc: Add missing haskell-cabal_pkg_postinst
Signed-off-by: hololeap <hololeap@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41562
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
Diffstat (limited to 'dev-haskell')
| -rw-r--r-- | dev-haskell/pandoc/pandoc-3.1.8-r2.ebuild (renamed from dev-haskell/pandoc/pandoc-3.1.8-r1.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-haskell/pandoc/pandoc-3.1.8-r1.ebuild b/dev-haskell/pandoc/pandoc-3.1.8-r2.ebuild index f66010e6cc3a..28bdf05d01d0 100644 --- a/dev-haskell/pandoc/pandoc-3.1.8-r1.ebuild +++ b/dev-haskell/pandoc/pandoc-3.1.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -102,4 +102,6 @@ src_install() { pkg_postinst() { einfo "As of version 3, ${PN} no longer packages the pandoc executable" einfo "as standard. For the executable, run 'emerge -av app-text/pandoc-cli'." + + haskell-cabal_pkg_postinst } |
