This commit is contained in:
Paddy Milner 2025-08-27 16:25:47 +01:00
parent 2802653e57
commit 2ba23e339d
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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
}