diff options
Diffstat (limited to 'app-emacs/auctex/auctex-12.2.ebuild')
-rw-r--r-- | app-emacs/auctex/auctex-12.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/auctex/auctex-12.2.ebuild b/app-emacs/auctex/auctex-12.2.ebuild index 3fded696f7b8..e3c8b0f88524 100644 --- a/app-emacs/auctex/auctex-12.2.ebuild +++ b/app-emacs/auctex/auctex-12.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -55,7 +55,7 @@ pkg_postinst() { elisp-site-regen } -pkg_postrm(){ +pkg_postrm() { use preview-latex && texmf-update elisp-site-regen } |