Skip to content

Commit

Permalink
net-irc/kvirc: Call gnome2_icon_cache_update() and xdg_desktop_databa…
Browse files Browse the repository at this point in the history
…se_update().
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Sep 11, 2017
1 parent 0354074 commit e7b9023
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion net-irc/kvirc/kvirc-5.0_pre20170801214745.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI="5"
PYTHON_COMPAT=(python2_7)

inherit cmake-utils flag-o-matic multilib python-single-r1
inherit cmake-utils flag-o-matic gnome2-utils multilib python-single-r1 xdg-utils

if [[ "${PV}" == "9999" ]]; then
inherit git-r3
Expand Down Expand Up @@ -136,3 +136,13 @@ src_configure() {

cmake-utils_src_configure
}

pkg_postinst() {
gnome2_icon_cache_update
xdg_desktop_database_update
}

pkg_postrm() {
gnome2_icon_cache_update
xdg_desktop_database_update
}
12 changes: 11 additions & 1 deletion net-irc/kvirc/kvirc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI="5"
PYTHON_COMPAT=(python2_7)

inherit cmake-utils flag-o-matic multilib python-single-r1
inherit cmake-utils flag-o-matic gnome2-utils multilib python-single-r1 xdg-utils

if [[ "${PV}" == "9999" ]]; then
inherit git-r3
Expand Down Expand Up @@ -136,3 +136,13 @@ src_configure() {

cmake-utils_src_configure
}

pkg_postinst() {
gnome2_icon_cache_update
xdg_desktop_database_update
}

pkg_postrm() {
gnome2_icon_cache_update
xdg_desktop_database_update
}

0 comments on commit e7b9023

Please sign in to comment.