summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/dbmail/dbmail-3.0.2.ebuild')
-rw-r--r--net-mail/dbmail/dbmail-3.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/dbmail/dbmail-3.0.2.ebuild b/net-mail/dbmail/dbmail-3.0.2.ebuild
index adf3a21..365b0ec 100644
--- a/net-mail/dbmail/dbmail-3.0.2.ebuild
+++ b/net-mail/dbmail/dbmail-3.0.2.ebuild
@@ -116,7 +116,7 @@ src_install() {
pkg_postinst() {
if use python; then
- python_mod_optimize /dbmail
+ python_mod_optimize dbmail
fi
elog "Please read the INSTALL file in /usr/share/doc/${PF}/"
elog "for remaining instructions on setting up dbmail users and "
@@ -146,5 +146,5 @@ pkg_postinst() {
}
pkg_postrm() {
- python_mod_cleanup /dbmail
+ python_mod_cleanup dbmail
}