summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-12-23 12:29:12 +0100
committerUlrich Müller <ulm@gentoo.org>2015-12-23 12:29:12 +0100
commit6643986ab89822cb537c633cae07dfa8fc51e4e5 (patch)
treedb5b911465e33475c125e1c2305d297eac45c069 /sci-mathematics
parentprofiles/arch/{hppa,powerpc}: Unmask net-firewall/iptables[nftables] on HPPA ... (diff)
downloadgentoo-6643986ab89822cb537c633cae07dfa8fc51e4e5.tar.gz
gentoo-6643986ab89822cb537c633cae07dfa8fc51e4e5.tar.bz2
gentoo-6643986ab89822cb537c633cae07dfa8fc51e4e5.zip
sci-mathematics/maxima: Fix typo in pkg_postrm.
Package-Manager: portage-2.2.26
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/maxima/maxima-5.37.3-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild b/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild
index d0edb524ac28..bfead7886481 100644
--- a/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild
+++ b/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild
@@ -195,7 +195,7 @@ pkg_postinst() {
pkg_postrm() {
if use emacs; then
- lisp-site-regen
+ elisp-site-regen
mktexlsr
fi
}