diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-01-04 16:09:22 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-01-04 16:09:36 +0100 |
commit | ff6f294c91bedcfe24f7e297242b38383ffb8810 (patch) | |
tree | e5db0feb5242595bbe07ee0c11a3650565120461 /app-admin/keepassxc/keepassxc-9999.ebuild | |
parent | sys-kernel/vanilla-kernel-bin: Remove old (diff) | |
download | gentoo-ff6f294c91bedcfe24f7e297242b38383ffb8810.tar.gz gentoo-ff6f294c91bedcfe24f7e297242b38383ffb8810.tar.bz2 gentoo-ff6f294c91bedcfe24f7e297242b38383ffb8810.zip |
app-admin/keepassxc: Removed redundant code
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc/keepassxc-9999.ebuild')
-rw-r--r-- | app-admin/keepassxc/keepassxc-9999.ebuild | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index 344be63f0741..f4d70198a239 100644 --- a/app-admin/keepassxc/keepassxc-9999.ebuild +++ b/app-admin/keepassxc/keepassxc-9999.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 @@ -88,15 +88,3 @@ src_configure() { fi cmake_src_configure } - -pkg_preinst() { - xdg_pkg_preinst -} - -pkg_postinst() { - xdg_pkg_postinst -} - -pkg_postrm() { - xdg_pkg_postrm -} |