forked from ceres-sees-all/ceres-ebuilds
Add xdg update to yazi
This commit is contained in:
parent
75f5b4e316
commit
e41a91ff6d
1 changed files with 8 additions and 0 deletions
|
|
@ -67,4 +67,12 @@ src_install() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
domenu assets/${PN}.desktop
|
domenu assets/${PN}.desktop
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
xdg_desktop_database_update()
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
xdg_desktop_database_update()
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue