diff options
author | Philip Miess <Philip_Miess@yahoo.com> | 2018-06-11 22:15:57 -0400 |
---|---|---|
committer | Philip Miess <Philip_Miess@yahoo.com> | 2018-06-11 22:15:57 -0400 |
commit | ad358f696bd4b2cb32e3ea791e26631322e4daa2 (patch) | |
tree | 17b711f3fd078f22f58a2ee4bedf74115c149268 /games-puzzle | |
parent | add runtime deps (diff) | |
download | superposition-ad358f696bd4b2cb32e3ea791e26631322e4daa2.tar.gz superposition-ad358f696bd4b2cb32e3ea791e26631322e4daa2.tar.bz2 superposition-ad358f696bd4b2cb32e3ea791e26631322e4daa2.zip |
update icon cache
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/bridge-constructor/bridge-constructor-2.6.1.ebuild | 13 |
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 +} + |