Package-Manager: Portage-2.3.10, Repoman-2.3.3
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-
-inherit eutils cmake-utils
+inherit eutils cmake-utils gnome2-utils xdg-utils
DESCRIPTION="Project aiming to recreate classic Opera (12.x) UI using Qt5"
HOMEPAGE="http://otter-browser.org/"
cmake-utils_src_install
domenu ${PN}-browser.desktop
}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+}
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-
-inherit eutils cmake-utils git-r3
+inherit eutils cmake-utils git-r3 gnome2-utils xdg-utils
DESCRIPTION="Project aiming to recreate classic Opera (12.x) UI using Qt5"
HOMEPAGE="http://otter-browser.org/"
cmake-utils_src_install
domenu ${PN}-browser.desktop
}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+}