Fix yazi
This commit is contained in:
parent
2802653e57
commit
2ba23e339d
2 changed files with 4 additions and 4 deletions
|
|
@ -19,8 +19,8 @@ LICENSE="GPL-3.0"
|
|||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~arm64"
|
||||
|
||||
DEPEND="gui-libs/gtk
|
||||
"
|
||||
DEPEND="gui-libs/gtk"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="dev-vcs/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -70,9 +70,9 @@ src_install() {
|
|||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update()
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_desktop_database_update()
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue