This commit is contained in:
Anton Bolshakov 2022-07-02 20:45:02 +08:00
parent 35cb9ff4d7
commit 8f27ad26cd
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -61,3 +61,11 @@ src_install() {
EOF
}
pkg_postinst() {
xdg_desktop_database_update
}
pkg_postrm() {
xdg_desktop_database_update
}