diff options
author | root <root@rshg054.dnsready.net> | 2012-11-22 02:31:09 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-22 02:31:09 -0800 |
commit | 38ea2e71952c00f18230ed0e691532aadff4e2c1 (patch) | |
tree | bc1c7cfd697773062d53a0a23b35afdb0fc775c2 /kde-unstable/kdegames-granatier/kdegames-granatier.install | |
parent | f48f6c82e23a3bacb8a0952c2d2cf9af1e6bf42d (diff) |
Thu Nov 22 02:27:52 PST 2012
Diffstat (limited to 'kde-unstable/kdegames-granatier/kdegames-granatier.install')
-rw-r--r-- | kde-unstable/kdegames-granatier/kdegames-granatier.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-unstable/kdegames-granatier/kdegames-granatier.install b/kde-unstable/kdegames-granatier/kdegames-granatier.install new file mode 100644 index 000000000..e70c054ec --- /dev/null +++ b/kde-unstable/kdegames-granatier/kdegames-granatier.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |