1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-01-06 13:54:23 +01:00

Update osmo ebuild

This commit is contained in:
2020-12-13 16:32:29 +01:00
parent 3e6cc9570b
commit 3fd0bd004c
2 changed files with 9 additions and 1 deletions

View File

@@ -40,3 +40,11 @@ src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog README TRANSLATORS
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}