summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2018-06-11 22:15:57 -0400
committerPhilip Miess <Philip_Miess@yahoo.com>2018-06-11 22:15:57 -0400
commitad358f696bd4b2cb32e3ea791e26631322e4daa2 (patch)
tree17b711f3fd078f22f58a2ee4bedf74115c149268
parentadd runtime deps (diff)
downloadsuperposition-ad358f696bd4b2cb32e3ea791e26631322e4daa2.tar.gz
superposition-ad358f696bd4b2cb32e3ea791e26631322e4daa2.tar.bz2
superposition-ad358f696bd4b2cb32e3ea791e26631322e4daa2.zip
update icon cache
-rw-r--r--games-puzzle/bridge-constructor/bridge-constructor-2.6.1.ebuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/games-puzzle/bridge-constructor/bridge-constructor-2.6.1.ebuild b/games-puzzle/bridge-constructor/bridge-constructor-2.6.1.ebuild
index 30b058c..a3bb784 100644
--- a/games-puzzle/bridge-constructor/bridge-constructor-2.6.1.ebuild
+++ b/games-puzzle/bridge-constructor/bridge-constructor-2.6.1.ebuild
@@ -62,5 +62,18 @@ src_install() {
make_desktop_entry "${PN}" "Bridge Constructor" "${PN}" "Game"
domenu ${PN}
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
+